@colijnit/configurator 261.20.5 → 261.20.7

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 (79) hide show
  1. package/colijnit-configurator-261.20.6.tgz +0 -0
  2. package/fesm2022/colijnit-configurator.mjs +7990 -12307
  3. package/fesm2022/colijnit-configurator.mjs.map +1 -1
  4. package/index.d.ts +1406 -1925
  5. package/lib/components/answer-card/style/_layout.scss +2 -3
  6. package/lib/components/answer-card/style/_theme.scss +2 -3
  7. package/lib/components/answer-card/style/material.scss +1 -0
  8. package/lib/components/answer-info-dialog/style/_layout.scss +2 -3
  9. package/lib/components/answer-info-dialog/style/_theme.scss +2 -3
  10. package/lib/components/answers-slideout/style/_layout.scss +4 -5
  11. package/lib/components/answers-slideout/style/_theme.scss +2 -3
  12. package/lib/components/color-filter/style/_layout.scss +2 -3
  13. package/lib/components/color-filter/style/_theme.scss +2 -3
  14. package/lib/components/configuration-preset/style/_layout.scss +42 -0
  15. package/lib/components/configuration-preset/style/_theme.scss +19 -0
  16. package/lib/components/configuration-preset/style/material.scss +3 -0
  17. package/lib/components/configuration-preset-dialog/style/_layout.scss +69 -0
  18. package/lib/components/configuration-preset-dialog/style/_material-definition.scss +3 -0
  19. package/lib/components/configuration-preset-dialog/style/_theme.scss +53 -0
  20. package/lib/components/configuration-preset-dialog/style/material.scss +3 -0
  21. package/lib/components/configurator/style/_layout.scss +2 -4
  22. package/lib/components/configurator/style/_theme.scss +2 -3
  23. package/lib/components/configurator-dialog/style/_layout.scss +3 -4
  24. package/lib/components/configurator-dialog/style/_theme.scss +3 -4
  25. package/lib/components/configurator-dialog/style/material.scss +3 -3
  26. package/lib/components/configurator-loader/style/_layout.scss +12 -3
  27. package/lib/components/configurator-loader/style/_theme.scss +2 -3
  28. package/lib/components/configurator-loader/style/material.scss +0 -11
  29. package/lib/components/configurator-scene/style/_layout.scss +12 -17
  30. package/lib/components/configurator-scene/style/_theme.scss +2 -4
  31. package/lib/components/configurator-scene-loader/style/_layout.scss +13 -3
  32. package/lib/components/configurator-scene-loader/style/_theme.scss +2 -3
  33. package/lib/components/configurator-scene-loader/style/material.scss +0 -11
  34. package/lib/components/element-buttons/style/_layout.scss +15 -3
  35. package/lib/components/element-buttons/style/_theme.scss +2 -3
  36. package/lib/components/element-toolbar/style/_layout.scss +3 -11
  37. package/lib/components/element-toolbar/style/_theme.scss +6 -5
  38. package/lib/components/image-zoom/style/_layout.scss +2 -3
  39. package/lib/components/image-zoom/style/_theme.scss +2 -3
  40. package/lib/components/lite-selector/style/_layout.scss +2 -3
  41. package/lib/components/lite-selector/style/_theme.scss +2 -3
  42. package/lib/components/product-configurator/style/_layout.scss +6 -4
  43. package/lib/components/product-configurator/style/_material-definition.scss +1 -0
  44. package/lib/components/product-configurator/style/_theme.scss +9 -4
  45. package/lib/components/product-configurator-selector/style/_layout.scss +28 -4
  46. package/lib/components/product-configurator-selector/style/_theme.scss +22 -6
  47. package/lib/components/product-configurator-selector-option/style/_layout.scss +2 -3
  48. package/lib/components/product-configurator-selector-option/style/_theme.scss +2 -3
  49. package/lib/components/product-configurator-selector-option-button/style/_layout.scss +2 -3
  50. package/lib/components/product-configurator-selector-option-button/style/_theme.scss +2 -3
  51. package/lib/components/product-configurator-selector-option-checkbox/style/_layout.scss +2 -3
  52. package/lib/components/product-configurator-selector-option-checkbox/style/_theme.scss +5 -3
  53. package/lib/components/product-configurator-selector-option-dropdown/style/_layout.scss +2 -3
  54. package/lib/components/product-configurator-selector-option-dropdown/style/_theme.scss +2 -3
  55. package/lib/components/product-configurator-selector-option-tile/style/_layout.scss +14 -7
  56. package/lib/components/product-configurator-selector-option-tile/style/_theme.scss +30 -5
  57. package/lib/components/progress-bar/style/_layout.scss +2 -3
  58. package/lib/components/progress-bar/style/_theme.scss +2 -3
  59. package/lib/components/scene-options/style/_layout.scss +8 -7
  60. package/lib/components/scene-options/style/_theme.scss +2 -3
  61. package/lib/components/selections-summary/style/_layout.scss +2 -3
  62. package/lib/components/selections-summary/style/_theme.scss +2 -3
  63. package/lib/components/selections-summary-line/style/_layout.scss +2 -3
  64. package/lib/components/selections-summary-line/style/_theme.scss +2 -3
  65. package/lib/components/slideout/style/_layout.scss +2 -3
  66. package/lib/components/slideout/style/_theme.scss +2 -3
  67. package/lib/components/summary-line/style/_layout.scss +2 -3
  68. package/lib/components/summary-line/style/_theme.scss +2 -3
  69. package/lib/components/tag-filter/style/_layout.scss +2 -3
  70. package/lib/components/tag-filter/style/_theme.scss +2 -3
  71. package/lib/style/_index.scss +2 -0
  72. package/lib/style/_variables.scss +28 -7
  73. package/lib/style/configurator-globals.scss +6 -1
  74. package/package.json +4 -2
  75. package/lib/components/element-toolbar/element-toolbar.component.scss +0 -59
  76. package/lib/components/threedselector/style/_layout.scss +0 -32
  77. package/lib/components/threedselector/style/_theme.scss +0 -7
  78. package/lib/components/threedselector/style/material.scss +0 -9
  79. /package/lib/components/{threedselector → configuration-preset}/style/_material-definition.scss +0 -0
@@ -1,3 +1,4 @@
1
1
  :root {
2
2
  --product-configurator-background-color: #fff;
3
+ --head-co-icon-size: 24px;
3
4
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-theme') {
4
3
  .co-product-configurator {
5
4
  .product-configurator-container {
6
5
  background: var(--product-configurator-background-color);
@@ -13,7 +12,13 @@
13
12
  }
14
13
 
15
14
  .product-configurator-text {
16
- font-size: var(--font-size-medium);
15
+ font-size: var(--font-size-small);
16
+ }
17
+ }
18
+ .product-configurator-header-actions {
19
+ co-icon {
20
+ width: var(--head-co-icon-size);
21
+ height: var(--head-co-icon-size);
17
22
  }
18
23
  }
19
24
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-selector') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-selector-layout') {
4
3
  .co-product-configurator-selector {
5
4
  .selector-container {
6
5
  margin: 0 auto;
@@ -90,7 +89,29 @@
90
89
  box-sizing: border-box;
91
90
  }
92
91
  }
93
-
92
+ // container for the displayOption SmallCircle and SmallSquare
93
+ .selection-container-03, .selection-container-04 {
94
+ grid-template-columns: repeat(auto-fill, minmax(50px, .5fr));
95
+ .selector-option-wrapper {
96
+ padding: 5px;
97
+ align-items: center;
98
+ display: flex;
99
+ background: none;
100
+ border: none;
101
+ box-sizing: border-box;
102
+ .product-configurator-selector-option-tile-description {
103
+ display: none;
104
+ }
105
+ }
106
+ }
107
+ .selection-container-03 {
108
+ .selector-option-wrapper {
109
+ border-radius: 100%;
110
+ &.active {
111
+ box-shadow: none;
112
+ }
113
+ }
114
+ }
94
115
  // container for the displayOption small tile
95
116
  .selection-container-06 {
96
117
  grid-template-columns: repeat(auto-fill, minmax(70px, .5fr));
@@ -141,5 +162,8 @@
141
162
  }
142
163
  }
143
164
  }
165
+ &.hidden-frontend {
166
+ display: none;
167
+ }
144
168
  }
145
169
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-selector-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-selector-theme') {
4
3
  .co-product-configurator-selector {
5
4
  .selector-container {
6
5
  background-color: #fff;
@@ -12,11 +11,13 @@
12
11
  }
13
12
 
14
13
  .selector-option-header {
15
- font-size: var(--font-size-large);
14
+ font-size: var(--font-size-normal);
15
+ font-weight: var(--font-weight-bold);
16
16
  }
17
17
 
18
18
  .selector-option-sub-header {
19
- font-size: var(--font-size-large);
19
+ font-size: var(--font-size-small);
20
+ font-weight: var(--font-weight-normal);
20
21
  }
21
22
 
22
23
  .selector-option-bold-text-header {
@@ -31,11 +32,26 @@
31
32
 
32
33
  .selector-wrapper {
33
34
  .selector-option-wrapper {
34
- border: 1px solid var(--border-color);
35
+ border: 2px solid var(--border-color);
35
36
  border-radius: var(--default-border-radius);
36
37
  background-color: var(--tile-background-color);
37
38
  font-size: var(--font-size-normal);
38
39
  padding: var(--default-padding);
40
+ &.active {
41
+ border: 2px solid var(--border-color-active);
42
+ }
43
+ }
44
+ &.selection-container-03, &.selection-container-08 {
45
+ .selector-option-wrapper {
46
+ &.active {
47
+ border-radius: var(--circle-border-radius);
48
+ }
49
+ }
50
+ }
51
+ &.selection-container-08 {
52
+ .selector-option-wrapper {
53
+ border: none;
54
+ }
39
55
  }
40
56
  }
41
57
 
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-selector-option-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-selector-option-layout') {
4
3
  .co-product-configurator-selector-option {
5
4
 
6
5
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-selector-option-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-selector-option-theme') {
4
3
  .co-product-configurator-selector-option {
5
4
 
6
5
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-selector-option-button-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-selector-option-button-layout') {
4
3
  .co-product-configurator-selector-option-button {
5
4
  .configurator-selector-option-button-container {
6
5
  .product-configurator-selector-option-button-checkmark {
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-selector-option-button-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-selector-option-button-theme') {
4
3
  .co-product-configurator-selector-option-button {
5
4
  .configurator-selector-option-button-container {
6
5
  .product-configurator-selector-option-button-checkmark {
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-option-checkbox-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-option-checkbox-layout') {
4
3
  .co-product-configurator-option-checkbox {
5
4
  .configurator-option-checkbox-container {
6
5
  display: flex;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-option-checkbox-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-option-checkbox-theme') {
4
3
  .co-product-configurator-option-checkbox {
5
4
  .configurator-option-checkbox-container {
6
5
  .product-configurator-checkbox-checkmark {
@@ -13,7 +12,10 @@
13
12
  }
14
13
 
15
14
  .product-configurator-checkbox-selected {
15
+ background: var(--checked-icon-background);
16
16
  fill: var(--checked-icon-color);
17
+ padding: var(--checked-icon-padding);
18
+ border-radius: var(--checked-selected-icon-radius);
17
19
  }
18
20
  }
19
21
 
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-selector-option-dropdown-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-selector-option-dropdown-layout') {
4
3
  .co-product-configurator-selector-option-dropdown {
5
4
  .configurator-option-dropdown-container {
6
5
  padding-left: 5px;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-selector-option-dropdown-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-selector-option-dropdown-theme') {
4
3
  .co-product-configurator-selector-option-dropdown {
5
4
  .configurator-option-dropdown-container {
6
5
  .option-dropdown-select {
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-selector-option-tile-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-selector-option-tile-layout') {
4
3
  .co-product-configurator-selector-option-tile {
5
4
  .configurator-selector-option-tile-container {
6
5
  position: relative;
@@ -10,8 +9,8 @@
10
9
 
11
10
  .product-configurator-selector-option-tile-checkmark {
12
11
  position: absolute;
13
- top: 5px;
14
- right: 5px;
12
+ top: -7px;
13
+ right: -7px;
15
14
  }
16
15
 
17
16
  .product-configurator-selector-option-tile-image {
@@ -34,11 +33,19 @@
34
33
  }
35
34
  }
36
35
 
37
- &.configurator-selector-option-tile-container-small {
36
+ &.configurator-selector-option-tile-container-small,
37
+ &.configurator-selector-option-tile-container-small-rounded,
38
+ &.configurator-selector-option-tile-container-small-square {
38
39
  .product-configurator-selector-option-tile-image {
39
40
  width: 100%;
40
41
  min-height: 40px;
41
- max-width: 40px;
42
+ max-width: 100%;
43
+ }
44
+ }
45
+ &.configurator-selector-option-tile-container-rounded {
46
+ .product-configurator-selector-option-tile-checkmark {
47
+ top: 5px;
48
+ right: 5px;
42
49
  }
43
50
  }
44
51
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-product-configurator-selector-option-tile-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-selector-option-tile-theme') {
4
3
  .co-product-configurator-selector-option-tile {
5
4
  .configurator-selector-option-tile-container {
6
5
  .product-configurator-selector-option-tile-checkmark {
@@ -8,12 +7,13 @@
8
7
  fill: var(--checked-icon-color);
9
8
  height: var(--big-icon-height);
10
9
  width: var(--big-icon-width);
11
- background: rgba(255, 255, 255, 0.5);
12
- border-radius: 50%;
10
+ background: var(--checked-icon-background);
11
+ border-radius: var(--checked-icon-radius);
13
12
 
14
13
  co-icon {
15
14
  width: var(--big-icon-width);
16
15
  height: var(--big-icon-height);
16
+ padding: var(--checked-icon-padding);
17
17
  }
18
18
  }
19
19
 
@@ -46,11 +46,36 @@
46
46
  }
47
47
  }
48
48
 
49
+ &.configurator-selector-option-tile-container-small-rounded, &.configurator-selector-option-tile-container-rounded {
50
+ .product-configurator-selector-option-tile-checkmark {
51
+ border-radius: var(--circle-border-radius);
52
+ }
53
+ }
54
+
49
55
  &.configurator-selector-option-tile-container-small {
50
56
  .product-configurator-selector-option-tile-description {
51
57
  font-size: var(--font-size-small);
52
58
  }
53
59
  }
60
+ &.configurator-selector-option-tile-container-rounded {
61
+ .product-configurator-selector-option-tile-image {
62
+ aspect-ratio: 1/1;
63
+ img {
64
+ height: 100%;
65
+ max-height: 100%;
66
+ object-fit: contain;
67
+ padding: var(--default-padding);
68
+ }
69
+ }
70
+ &.active {
71
+ .product-configurator-selector-option-tile-image {
72
+ img {
73
+ border: 2px solid var(--border-color-active);
74
+ box-shadow: none;
75
+ }
76
+ }
77
+ }
78
+ }
54
79
  }
55
80
  }
56
81
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-progress-bar-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-progress-bar-layout') {
4
3
  .co-progress-bar {
5
4
  position: fixed;
6
5
  width: 100%;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-progress-bar-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-progress-bar-theme') {
4
3
  .co-progress-bar {
5
4
  .progress {
6
5
  background: var(--progress-bar-background);
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-scene-options-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-scene-options-layout') {
4
3
  .co-scene-options {
5
4
  margin: 0 5px;
6
5
  .buttons-wrapper {
@@ -10,6 +9,7 @@
10
9
  flex-direction: row;
11
10
  align-items: center;
12
11
  column-gap: 5px;
12
+ z-index: 1;
13
13
  }
14
14
  .button-wrapper {
15
15
  position: relative;
@@ -24,16 +24,17 @@
24
24
  }
25
25
 
26
26
  button {
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: center;
27
30
  z-index: 1;
28
31
  max-width: 50px;
29
32
  max-height: 50px;
30
33
  cursor: pointer;
31
34
  img {
32
35
  pointer-events: none;
33
- width: 100%;
34
- height: 100%;
35
- max-height: 34px;
36
- max-width: max-content;
36
+ height: 50px;
37
+ width: inherit;
37
38
  }
38
39
  &.active {
39
40
  box-shadow: none;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-scene-options-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-scene-options-theme') {
4
3
  .co-scene-options {
5
4
 
6
5
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-selections-summary-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-selections-summary-layout') {
4
3
  .co-selections-summary {
5
4
  display: inline-block;
6
5
  overflow-y: auto;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-selections-summary-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-selections-summary-theme') {
4
3
  .co-selections-summary {
5
4
  .co-selections-summary {
6
5
  background-color: var(--background-white);
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-selections-summary-line-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-selections-summary-line-layout') {
4
3
  .co-selections-summary-line {
5
4
  .customizer-button {
6
5
  display: flex;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-selections-summary-line-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-selections-summary-line-theme') {
4
3
  .co-selections-summary-line {
5
4
  .customizer-button {
6
5
  background-color: var(--customizer-button-background-color);
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-slideout-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-slideout-layout') {
4
3
  .co-slideout {
5
4
  position: fixed;
6
5
  right: -200%;
@@ -1,5 +1,4 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-slideout-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-slideout-theme') {
4
3
 
5
4
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-summary-line-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-summary-line-layout') {
4
3
  .co-summary-line {
5
4
  display: flex;
6
5
  flex-direction: column;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-summary-line-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-summary-line-theme') {
4
3
  .co-summary-line {
5
4
  cursor: pointer;
6
5
  background-color: var(--white-text-color);
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-tag-filter-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-tag-filter-layout') {
4
3
  .co-tag-filter {
5
4
  cursor: pointer;
6
5
  font-size: 13px;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-tag-filter-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-tag-filter-theme') {
4
3
  .co-tag-filter {
5
4
 
6
5
  }
@@ -0,0 +1,2 @@
1
+ @forward "./mixin";
2
+ @forward "./variables";
@@ -3,18 +3,27 @@
3
3
  --tile-container-background: #EBEBED;
4
4
 
5
5
  /* tiles */
6
- --border-color: #f8f8fa;
6
+ --border-color: transparent;
7
+ --border-color-active: #979284;
7
8
  --default-border-radius: 3px;
8
- --tile-background-color: #f8f8fa;
9
+ --circle-border-radius: 50%;
10
+ --tile-background-color: #FFFFFF;
9
11
  --default-padding: 5px;
10
12
 
13
+ /* Dialog related */
14
+ --configurator-dialog-backdrop: rgba(0, 0, 0, 0.5);
15
+ --configutator-dialog-background: #fff;
11
16
 
12
17
  /* checkmarks and icons */
13
- --checked-icon-color: #17953a;
14
- --big-icon-height: 24px;
15
- --big-icon-width: 24px;
16
- --small-icon-height: 20px;
17
- --small-icon-width: 20px;
18
+ --checked-icon-color: #FFFFFF;
19
+ --checked-icon-background: #979284;
20
+ --checked-icon-radius: 0 3px;
21
+ --checked-selected-icon-radius: 3px;
22
+ --checked-icon-padding: 3px;
23
+ --big-icon-height: 20px;
24
+ --big-icon-width: 20px;
25
+ --small-icon-height: 18px;
26
+ --small-icon-width: 18px;
18
27
  --xs-icon-height: 16px;
19
28
  --xs-icon-width: 16px;
20
29
 
@@ -29,9 +38,21 @@
29
38
  --font-size-small: 12px;
30
39
  --font-size-xs: 10px;
31
40
 
41
+ /* fontweights */
42
+ --font-weight-light: 400;
43
+ --font-weight-normal: 500;
44
+ --font-weight-bold: 600;
45
+ --font-weight-bolder: 700;
46
+
32
47
  /* Links and text color */
33
48
  --text-color: #333333;
34
49
  --text-color-hover: #333333;
35
50
  --load-more-link-color: #da9803;
36
51
  --white-text-color: #fff;
52
+ --link-text-color: #0070ba;
53
+
54
+ --success-text-color: #155724;
55
+ --success-background-color: #d4edda;
56
+ --success-border-color: #c3e6cb;
57
+
37
58
  }
@@ -1 +1,6 @@
1
- @import "./variables";
1
+ @use "./mixin" as mixin;
2
+ @use "./variables" as *;
3
+
4
+ input, button {
5
+ border: none;
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/configurator",
3
- "version": "261.20.5",
3
+ "version": "261.20.7",
4
4
  "description": "iOne configurator specific for version 261",
5
5
  "private": false,
6
6
  "peerDependencies": {
@@ -12,9 +12,11 @@
12
12
  "@colijnit/configuratorapi": ">=261.1.2",
13
13
  "@colijnit/corecomponents_v12": ">=261.20.1",
14
14
  "@colijnit/ioneconnector": ">=261.1.3",
15
- "@colijnit/mainapi": ">=261.1.1"
15
+ "@colijnit/mainapi": ">=261.1.1",
16
+ "@colijnit/utilities": ">=261.1.0"
16
17
  },
17
18
  "dependencies": {
19
+ "@colijnit/configuratorcore": "261.1.1",
18
20
  "@tweenjs/tween.js": "25.0.0",
19
21
  "@types/three": "0.178.1",
20
22
  "jszip": "3.6.0",
@@ -1,59 +0,0 @@
1
- :host {
2
-
3
- }
4
-
5
- //.toolbar-wrapper {
6
- // display: flex;
7
- // align-items: center;
8
- // gap: 2px;
9
- //}
10
-
11
- //.toolbar-wrapper button:not(:last-child) {
12
- // margin-right: 5px;
13
- //}
14
-
15
- //.element-pointer {
16
- // pointer-events: none;
17
- // position: absolute;
18
- // width: 0px;
19
- // border-left: 2px dashed #2c67ff;
20
- // transform-origin: top center;
21
- // top: 45px;
22
- // left: 50%;
23
- // margin-left: 20px;
24
- //}
25
- //
26
- //.edit-menu-wrapper {
27
- // position: absolute;
28
- // margin-top: 10px;
29
- // min-width: 175px;
30
- // left: 25px;
31
- // transform: translateX(-50%);
32
- // overflow: hidden;
33
- //}
34
-
35
- //.edit-menu-wrapper .edit-menu:not(:last-child) {
36
- // margin-bottom: 5px;
37
- //}
38
- //
39
- //.edit-menu {
40
- // font-size: 12px;
41
- // background: white;
42
- // color: #41403D;
43
- // height: 30px;
44
- // display: flex;
45
- // align-items: center;
46
- // padding: 5px;
47
- // cursor: pointer;
48
- // white-space: nowrap;
49
- // justify-content: space-between;
50
- //
51
- // span {
52
- // margin-right: 50px;
53
- // }
54
- //
55
- // mat-icon {
56
- // width: 20px;
57
- // height: 20px;
58
- // }
59
- //}