@sc-360-v2/storefront-cms-library 0.3.52 → 0.3.54

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/dist/add-order.scss +3 -0
  2. package/dist/add-products-tab.scss +64 -17
  3. package/dist/builder.js +1 -1
  4. package/dist/bulk-order-pad.scss +1 -1
  5. package/dist/buy-for-tab.scss +15 -15
  6. package/dist/buyForHeaders.scss +5 -5
  7. package/dist/cart-details.scss +32 -42
  8. package/dist/cart-products-sidebar.scss +32 -16
  9. package/dist/cart-summary.scss +2 -4
  10. package/dist/cartDropdownOverlay.scss +3 -1
  11. package/dist/checkout.scss +620 -821
  12. package/dist/confirmationModal.scss +48 -0
  13. package/dist/container.scss +15 -15
  14. package/dist/customization-tree.scss +5 -1
  15. package/dist/dropdownTemplate.scss +5 -2
  16. package/dist/employee-bulk-order.scss +3459 -384
  17. package/dist/grid.scss +36 -0
  18. package/dist/icons.js +1 -1
  19. package/dist/image-temp.scss +47 -22
  20. package/dist/index.js +1 -1
  21. package/dist/layouter-pro-item.scss +1 -1
  22. package/dist/layouter-pro.scss +5 -5
  23. package/dist/modal.scss +357 -16
  24. package/dist/order-status.scss +49 -5
  25. package/dist/section.scss +5 -1
  26. package/dist/shareCartSideBar.scss +10 -8
  27. package/dist/shipping-payments.scss +668 -505
  28. package/dist/store-locations.scss +252 -160
  29. package/dist/tab-v2.scss +15 -15
  30. package/dist/text-temp.scss +4 -1
  31. package/dist/types/builder/tools/element-edit/cartSummary.d.ts +36 -0
  32. package/dist/types/builder/tools/element-edit/grid.d.ts +26 -0
  33. package/dist/types/builder/tools/element-edit/language-menu.d.ts +77 -0
  34. package/dist/types/builder/tools/element-edit/orderStatus.d.ts +4 -0
  35. package/dist/types/builder/tools/element-edit/userElements.d.ts +407 -0
  36. package/dist/types/icons/cms-svg-icons.d.ts +1 -1
  37. package/dist/user-elements.scss +1449 -490
  38. package/package.json +1 -1
@@ -42,6 +42,54 @@
42
42
  text-align: left;
43
43
  }
44
44
  }
45
+ .shp-type {
46
+ display: flex;
47
+ gap: 24px;
48
+ padding: 24px;
49
+ border: 1px solid var(--_gray-200);
50
+ border-radius: 6px;
51
+ margin-block-end: 24px;
52
+ label {
53
+ display: flex;
54
+ gap: 8px;
55
+ cursor: pointer;
56
+ align-items: center;
57
+ position: relative;
58
+
59
+ input[type="radio"] {
60
+ appearance: none;
61
+ width: 16px;
62
+ height: 16px;
63
+ border: 2px solid var(--_gray-300);
64
+ border-radius: 50%;
65
+ position: relative;
66
+ transition: all 0.2s ease-in-out;
67
+ cursor: pointer;
68
+ background-color: transparent;
69
+
70
+ &:checked {
71
+ border-color: var(--_primary-400);
72
+ background-color: var(--_primary-400); // Changed from white for visibility
73
+
74
+ &::after {
75
+ content: "";
76
+ position: absolute;
77
+ top: 1px;
78
+ left: 1px;
79
+ width: 10px;
80
+ height: 10px;
81
+ background: var(--_base-white);
82
+ border-radius: 50%;
83
+ }
84
+ }
85
+ }
86
+
87
+ span {
88
+ font-size: 14px;
89
+ color: #333;
90
+ }
91
+ }
92
+ }
45
93
 
46
94
  .actions {
47
95
  display: flex;
@@ -108,20 +108,20 @@ $activeElementSelector: "[data-has-clicked='true']";
108
108
  }
109
109
  }
110
110
 
111
- &[data-view-state="full"] {
112
- width: auto;
113
- margin: 0;
114
- justify-self: stretch !important;
115
- align-self: stretch !important;
116
- cursor: auto;
117
- &:is(#{$activeElementSelector}) {
118
- & > div {
119
- &[data-div-type="wrapper__layer"] {
120
- --_sf-vt-zz: visible;
121
- --_sf-op-zz: 1;
122
- }
123
- }
124
- }
125
- }
111
+ // &[data-view-state="full"] {
112
+ // width: auto;
113
+ // margin: 0;
114
+ // justify-self: stretch !important;
115
+ // align-self: stretch !important;
116
+ // cursor: auto;
117
+ // &:is(#{$activeElementSelector}) {
118
+ // & > div {
119
+ // &[data-div-type="wrapper__layer"] {
120
+ // --_sf-vt-zz: visible;
121
+ // --_sf-op-zz: 1;
122
+ // }
123
+ // }
124
+ // }
125
+ // }
126
126
  }
127
127
  }
@@ -88,10 +88,14 @@ $link-color: #243dc6;
88
88
  }
89
89
  .itemValue {
90
90
  display: flex;
91
- color: $Gray-900;
91
+ color: var(--_gray-900);
92
92
  font-size: 14px;
93
93
  font-weight: 500;
94
94
  line-height: 20px;
95
+ & > span {
96
+ font-weight: 500;
97
+ color: var(--_gray-900);
98
+ }
95
99
  .link {
96
100
  color: $link-color;
97
101
  font-size: 14px;
@@ -99,7 +99,7 @@
99
99
  border: 1px solid #ddd;
100
100
  border-radius: 6px;
101
101
  max-height: 200px;
102
- overflow-y: auto;
102
+ // overflow-y: auto;
103
103
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
104
104
  z-index: 10;
105
105
  min-width: 240px;
@@ -195,7 +195,7 @@
195
195
  // bottom: 0;
196
196
  width: 100%;
197
197
  background: #fff;
198
- border-top: 1px solid #d1d1d1;
198
+ border-top: 1px solid var(--_gray-200);
199
199
  .opts_selection_action {
200
200
  width: 50%;
201
201
  height: 100%;
@@ -204,6 +204,9 @@
204
204
  align-items: center;
205
205
  justify-content: center;
206
206
  cursor: pointer;
207
+ &:not(:last-child) {
208
+ border-right: 1px solid var(--_gray-200);
209
+ }
207
210
  &.discard_selection {
208
211
  &:hover {
209
212
  background-color: var(--_gray-50);