@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,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-answer-card-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-answer-card-layout') {
4
3
  .co-answer-card {
5
4
  width: 23%;
6
5
 
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-answer-card-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-answer-card-theme') {
4
3
  .co-answer-card {
5
4
  background: #FFF;
6
5
 
@@ -1,2 +1,3 @@
1
1
  @use './layout.scss';
2
+ @use './material-definition';
2
3
  @use './theme.scss';
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-answer-info-dialog-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-answer-info-dialog-layout') {
4
3
  .co-answer-info-dialog{
5
4
  .answer-info-tooltip {
6
5
  position: fixed;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-answer-info-dialog-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-answer-info-dialog-theme') {
4
3
  .co-answer-info-dialog {
5
4
  .answer-info-tooltip {
6
5
  background: #4a4a49;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-answers-slideout-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-answers-slideout-layout') {
4
3
  .co-answers-slideout {
5
4
  .answer-slideout {
6
5
  overflow-y: auto;
@@ -60,10 +59,10 @@
60
59
  }
61
60
 
62
61
  &:not(.custom-dimensions) co-slideout {
63
- width: 500px;
62
+ width: 640px;
64
63
  max-width: 60vw;
65
64
  top: 40px;
66
- max-height: calc(100% - 100px);
65
+ max-height: calc(100% - 40px);
67
66
  padding: 30px;
68
67
  }
69
68
 
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-answers-slideout-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-answers-slideout-theme') {
4
3
  .co-answers-slideout {
5
4
 
6
5
  div.title {
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-color-filter-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-color-filter-layout') {
4
3
  .co-color-filter {
5
4
  display: flex;
6
5
  align-items: center;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-color-filter-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-color-filter-theme') {
4
3
  .co-color-filter {
5
4
 
6
5
  }
@@ -0,0 +1,42 @@
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configuration-preset-layout') {
3
+ .co-configuration-preset {
4
+ .save-load-configuration-buttons {
5
+ display: flex;
6
+ justify-content: end;
7
+ flex-direction: column;
8
+ .preset-button {
9
+ cursor: pointer;
10
+ width: 100%;
11
+ padding: 0;
12
+ background: none;
13
+ }
14
+ }
15
+ .save-load-config-wrapper {
16
+ position: relative;
17
+ .open-save-load {
18
+ cursor: pointer;
19
+ }
20
+ }
21
+
22
+ .save-load-configuration-buttons {
23
+ background: var(--configutator-dialog-background);
24
+ position: absolute;
25
+ top: 100%;
26
+ right: 0;
27
+ opacity: 0;
28
+ visibility: hidden;
29
+ transform: translateY(-8px);
30
+ pointer-events: none;
31
+ transition: opacity 200ms ease, transform 200ms ease;
32
+ z-index: 10;
33
+ }
34
+
35
+ .save-load-configuration-buttons.is-open {
36
+ opacity: 1;
37
+ visibility: visible;
38
+ transform: translateY(0);
39
+ pointer-events: auto;
40
+ }
41
+ }
42
+ }
@@ -0,0 +1,19 @@
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configuration-preset-theme') {
3
+ .co-configuration-preset {
4
+ .save-load-configuration-buttons {
5
+ box-shadow: 1px 1px 4px 1px rgba(151, 146, 132, 0.3);
6
+ padding: 5px;
7
+ .preset-button {
8
+ color: var(--link-text-color);
9
+ .co-icon {
10
+ svg {
11
+ path {
12
+ fill: var(--link-text-color);
13
+ }
14
+ }
15
+ }
16
+ }
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,3 @@
1
+ @use './_material-definition.scss';
2
+ @use './_layout.scss';
3
+ @use './_theme.scss';
@@ -0,0 +1,69 @@
1
+ @use '../../../style' as cfg;
2
+
3
+ @include cfg.export-module('co-configuration-preset-dialog-layout') {
4
+ .co-configuration-preset-dialog {
5
+ .configuration-preset-dialog {
6
+ .configuration-preset-dialog {
7
+ position: relative;
8
+ z-index: 1000;
9
+ }
10
+
11
+ .configuration-preset-dialog-backdrop {
12
+ position: fixed;
13
+ inset: 0;
14
+ }
15
+
16
+ .configuration-preset-dialog-container {
17
+ position: relative;
18
+ z-index: 1;
19
+ }
20
+
21
+ .configuration-preset-dialog-container {
22
+ box-sizing: border-box;
23
+ min-width: 450px;
24
+
25
+ .configuration-preset-dialog-container-header {
26
+ display: flex;
27
+ gap: 10px;
28
+ align-items: center;
29
+ margin-bottom: 20px;
30
+ padding: 20px;
31
+ }
32
+
33
+ .configuration-preset-dialog-container-body {
34
+ padding: 20px;
35
+ position: relative;
36
+
37
+ .validation-error {
38
+ max-width: 450px;
39
+ }
40
+
41
+ .save-success {
42
+ padding: 10px;
43
+ display: flex;
44
+ justify-content: space-between;
45
+ align-items: center;
46
+
47
+ .save-success-text {
48
+ min-width: 90%;
49
+ text-align: center;
50
+ font-weight: bold;
51
+ }
52
+
53
+ .save-success-button {
54
+ background: none;
55
+ cursor: pointer;
56
+ }
57
+ }
58
+ }
59
+
60
+ .configuration-preset-dialog-container-footer {
61
+ padding: 20px;
62
+ display: flex;
63
+ gap: 10px;
64
+ justify-content: space-evenly;
65
+ }
66
+ }
67
+ }
68
+ }
69
+ }
@@ -0,0 +1,3 @@
1
+ :root {
2
+ --configutator-dialog-header-border-color: #ddd;
3
+ }
@@ -0,0 +1,53 @@
1
+ @use '../../../style' as cfg;
2
+
3
+ @include cfg.export-module('co-configuration-preset-dialog-theme') {
4
+ .co-configuration-preset-dialog {
5
+ .configuration-preset-dialog {
6
+ .configuration-preset-dialog-backdrop {
7
+ background: var(--configurator-dialog-backdrop);
8
+ }
9
+
10
+ .configuration-preset-dialog-container {
11
+ background-color: var(--configutator-dialog-background);
12
+
13
+ .configuration-preset-dialog-container-header {
14
+ border-bottom: 1px solid var(--configutator-dialog-header-border-color);
15
+ }
16
+
17
+ .configuration-preset-dialog-container-body {
18
+ .validation-error {
19
+ font-size: var(--font-size-small);
20
+ }
21
+
22
+ .save-success {
23
+ color: var(--success-text-color);
24
+ background-color: var(--success-background-color);
25
+ border: 1px solid var(--success-border-color);
26
+
27
+ .save-success-text {
28
+ text-align: center;
29
+ font-weight: bold;
30
+ }
31
+
32
+ .save-success-button {
33
+ background: none;
34
+ cursor: pointer;
35
+ }
36
+ }
37
+ }
38
+
39
+ .configuration-preset-dialog-container-footer {
40
+ .co-button {
41
+ cursor: pointer;
42
+ }
43
+
44
+ .button-as-link {
45
+ background: none;
46
+ color: var(--text-color);
47
+ text-decoration: underline;
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
53
+ }
@@ -0,0 +1,3 @@
1
+ @use './_material-definition.scss';
2
+ @use './_layout.scss';
3
+ @use './_theme.scss';
@@ -1,7 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-configurator-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configurator-layout') {
4
3
  .co-configurator {
5
-
6
4
  }
7
5
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-configurator-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configurator-theme') {
4
3
  .co-configurator {
5
4
 
6
5
  }
@@ -1,7 +1,6 @@
1
- @import "../../../style/mixin";
2
-
3
- @include export-module('co-configurator-dialog-layout') {
4
- .co-configurator-error-dialog, .co-configurator-error-dialog, .co-configurator-camera-settings-dialog {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configurator-dialog-layout') {
3
+ .co-configurator-error-dialog, .co-configurator-export-dialog, .co-configurator-camera-settings-dialog {
5
4
  .dialog {
6
5
  width: 550px;
7
6
  position: fixed;
@@ -1,7 +1,6 @@
1
- @import "../../../style/mixin";
2
-
3
- @include export-module('co-configurator-dialog-theme') {
4
- .co-configurator-error-dialog, .co-configurator-error-dialog, .co-configurator-camera-settings-dialog {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configurator-dialog-theme') {
3
+ .co-configurator-error-dialog, .co-configurator-export-dialog, .co-configurator-camera-settings-dialog {
5
4
  .dialog {
6
5
  background-color: var(--overlay-background);
7
6
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
@@ -1,3 +1,3 @@
1
- @use './material-definition';
2
- @use './layout';
3
- @use './theme';
1
+ @use './_material-definition.scss';
2
+ @use './_layout.scss';
3
+ @use './_theme.scss';
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-configurator-loader-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configurator-loader-layout') {
4
3
  .co-configurator-loader {
5
4
  .loader-wrapper {
6
5
  z-index: 1100;
@@ -70,3 +69,13 @@
70
69
  }
71
70
  }
72
71
  }
72
+ @keyframes ripple {
73
+ 0% {
74
+ transform: scale(0);
75
+ opacity: 1;
76
+ }
77
+ 100% {
78
+ transform: scale(1);
79
+ opacity: 0;
80
+ }
81
+ }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-configurator-loader-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configurator-loader-theme') {
4
3
  .co-configurator-loader {
5
4
  .bg {
6
5
  fill: none;
@@ -1,14 +1,3 @@
1
1
  @use './_material-definition.scss';
2
2
  @use './_layout.scss';
3
3
  @use './_theme.scss';
4
-
5
- @keyframes ripple {
6
- 0% {
7
- transform: scale(0);
8
- opacity: 1;
9
- }
10
- 100% {
11
- transform: scale(1);
12
- opacity: 0;
13
- }
14
- }
@@ -1,22 +1,17 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-configurator-scene-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configurator-scene-layout') {
4
3
  .co-configurator-scene {
5
-
6
- .configurator-bundle-container {
4
+ display: block;
5
+ width: 100%;
6
+ height: 100%;
7
+ .configurator-scene-wrapper {
7
8
  position: relative;
8
-
9
- .threedviewer {
10
- position: absolute;
11
- top: 0;
12
- left: 0;
13
- right: 0;
14
- bottom: 0;
15
- min-height: 100%;
16
- min-width: 100%;
17
- height: 100vh;
18
- width: 100vw;
19
- }
9
+ width: 100%;
10
+ height: 100%;
11
+ }
12
+ .canvas {
13
+ height: 100%;
14
+ width: 100%;
20
15
  }
21
16
  }
22
17
  }
@@ -1,7 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-configurator-scene-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configurator-scene-theme') {
4
3
  .co-configurator-scene {
5
-
6
4
  }
7
5
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-configurator-loader-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configurator-scene-loader-layout') {
4
3
  .co-configurator-scene-loader {
5
4
  .loader-wrapper {
6
5
  z-index: 1100;
@@ -42,6 +41,7 @@
42
41
  left: 50%;
43
42
  top: 50%;
44
43
  transform: translate(-50%, -50%);
44
+ z-index: 100;
45
45
  }
46
46
 
47
47
  .circular-progress {
@@ -70,3 +70,13 @@
70
70
  }
71
71
  }
72
72
  }
73
+ @keyframes ripple {
74
+ 0% {
75
+ transform: scale(0);
76
+ opacity: 1;
77
+ }
78
+ 100% {
79
+ transform: scale(1);
80
+ opacity: 0;
81
+ }
82
+ }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-configurator-loader-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-configurator-scene-loader-theme') {
4
3
  .co-configurator-scene-loader {
5
4
  .bg {
6
5
  fill: none;
@@ -1,14 +1,3 @@
1
1
  @use './_material-definition.scss';
2
2
  @use './_layout.scss';
3
3
  @use './_theme.scss';
4
-
5
- @keyframes ripple {
6
- 0% {
7
- transform: scale(0);
8
- opacity: 1;
9
- }
10
- 100% {
11
- transform: scale(1);
12
- opacity: 0;
13
- }
14
- }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-element-buttons') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-element-buttons-layout') {
4
3
  .co-element-buttons {
5
4
  pointer-events: all;
6
5
 
@@ -48,5 +47,18 @@
48
47
 
49
48
  transform: translate(-5px, -5px);
50
49
  }
50
+ &.animate {
51
+ ::ng-deep .element-add-button {
52
+ animation-name: pulse-add-buttons;
53
+ animation-duration: 400ms;
54
+ animation-iteration-count: 6;
55
+ animation-direction: alternate;
56
+ }
57
+ }
58
+ }
59
+ }
60
+ @keyframes pulse-add-buttons {
61
+ 50% {
62
+ box-shadow: 0 0 20px hsl(12, 100%, 60%);
51
63
  }
52
64
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-element-buttons-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-element-buttons-theme') {
4
3
  .co-element-buttons {
5
4
 
6
5
  .add-button-label {
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-element-toolbar-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-element-toolbar-layout') {
4
3
  .co-element-toolbar {
5
4
  position: absolute;
6
5
  display: block;
@@ -18,6 +17,7 @@
18
17
  .toolbar-button {
19
18
  display: flex;
20
19
  align-items: center;
20
+ justify-content: center;
21
21
  cursor: pointer;
22
22
  border: none;
23
23
  border-radius: 5px;
@@ -25,14 +25,6 @@
25
25
  width: 36px;
26
26
  box-sizing: border-box;
27
27
  padding: 5px;
28
-
29
- button {
30
- cursor: pointer;
31
- background: none;
32
- border: none;
33
- height: 26px;
34
- width: 26px;
35
- }
36
28
  }
37
29
  }
38
30
 
@@ -1,14 +1,15 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-element-toolbar-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-element-toolbar-theme') {
4
3
  .co-element-toolbar {
5
4
  .toolbar-wrapper {
6
5
  .toolbar-button {
7
6
  background-color: #17253391;
8
7
  box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f;
9
8
 
10
- button {
11
- color: #fff;
9
+ .co-icon svg {
10
+ fill: #fff;
11
+ }
12
+ & [fill] {
12
13
  fill: #fff;
13
14
  }
14
15
  }
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-image-zoom-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-image-zoom-layout') {
4
3
  .co-image-zoom {
5
4
 
6
5
  .zoom-layer {
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-image-zoom-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-image-zoom-theme') {
4
3
  .co-image-zoom {
5
4
  .zoom-layer {
6
5
  background: rgba(0, 0, 0, 0.6);
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-lite-selector-layout') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-lite-selector-layout') {
4
3
  .co-lite-selector {
5
4
  &.floating co-selections-summary {
6
5
  position: absolute;
@@ -1,6 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
- @include export-module('co-lite-selector-theme') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-lite-selector-theme') {
4
3
  .co-lite-selector {
5
4
 
6
5
  }
@@ -1,7 +1,5 @@
1
- @import "../../../style/mixin.scss";
2
-
3
-
4
- @include export-module('co-product-configurator') {
1
+ @use '../../../style' as cfg;
2
+ @include cfg.export-module('co-product-configurator-layout') {
5
3
  .product-configurator-container {
6
4
  box-sizing: border-box;
7
5
  position: absolute;
@@ -27,7 +25,11 @@
27
25
  margin: 0;
28
26
  }
29
27
  }
28
+ .product-configurator-header-actions {
29
+ display: flex;
30
+ gap: 5px;
30
31
 
32
+ }
31
33
  .product-configurator-close {
32
34
  cursor: pointer;
33
35
  }