@gem-sdk/styles 1.14.0-next.79 → 1.14.0-sun.162

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.
package/dist/builder.css CHANGED
@@ -1,4 +1,9 @@
1
- .builder [disabled] {
1
+ .builder {
2
+ -webkit-user-select: none;
3
+ -webkit-touch-callout: none;
4
+ user-select: none;
5
+ }
6
+ .builder [disabled] {
2
7
  pointer-events: auto;
3
8
  }
4
9
  .builder [data-slot='children'] {
@@ -18,7 +23,7 @@
18
23
  }
19
24
  .builder .generate-image-to-layout-btn::before {
20
25
  position: absolute;
21
- content: "";
26
+ content: '';
22
27
  top: 0;
23
28
  right: 0;
24
29
  bottom: 0;
@@ -31,32 +36,32 @@
31
36
  }
32
37
  .builder .btn-disable {
33
38
  background-image: none;
34
- background-color: #F4F4F4;
35
- color: #9E9E9E;
39
+ background-color: #f4f4f4;
40
+ color: #9e9e9e;
36
41
  cursor: not-allowed;
37
42
  }
38
43
  .builder .generate-image-to-layout-btn:hover::before {
39
44
  opacity: 1;
40
45
  }
41
46
  .builder .image-to-layout-input-border {
42
- border: 1px solid #3C38E1;
47
+ border: 1px solid #3c38e1;
43
48
  border-radius: 3px;
44
-
45
49
  }
46
50
  .builder .image-to-layout-input-wrapper-modal {
47
51
  position: relative;
48
52
  }
49
- .builder .image-to-layout-input-wrapper, .builder .image-to-layout-input-wrapper-add-section {
53
+ .builder .image-to-layout-input-wrapper,
54
+ .builder .image-to-layout-input-wrapper-add-section {
50
55
  position: relative;
51
56
  background: #fff;
52
57
  background-clip: padding-box;
53
58
  box-sizing: border-box;
54
59
  }
55
60
  .image-to-layout-input-wrapper-add-section {
56
- border: 1px solid #3C67FF;
61
+ border: 1px solid #3c67ff;
57
62
  }
58
63
  .gps-image-to-layout-progress-bar {
59
- background: linear-gradient(270.07deg, #874CFD 0.03%, #3C38E1 99.92%);
64
+ background: linear-gradient(270.07deg, #874cfd 0.03%, #3c38e1 99.92%);
60
65
  }
61
66
  .drag-placeholder {
62
67
  display: none;
@@ -150,7 +155,7 @@
150
155
  font-size: 14px;
151
156
  line-height: 150%;
152
157
  visibility: visible;
153
- background-color: #8aa4ff66;
158
+ background-color: #8aa4ff66;
154
159
  }
155
160
  #visual-content .fake-placeholder.visual-placeholder-child-on-sections {
156
161
  margin: 16px !important;
@@ -166,11 +171,11 @@
166
171
  #visual-content .fake-placeholder.not-show {
167
172
  display: none;
168
173
  }
169
- #visual-content .fake-placeholder[is-blank-page="true"] {
170
- background-color: #d8e1ff !important;
174
+ #visual-content .fake-placeholder[is-blank-page='true'] {
175
+ background-color: #d8e1ff !important;
171
176
  }
172
- #visual-content .fake-placeholder[is-component-dragging="true"] {
173
- background-color: #8aa4ff66 !important;
177
+ #visual-content .fake-placeholder[is-component-dragging='true'] {
178
+ background-color: #8aa4ff66 !important;
174
179
  }
175
180
  /* section:last-child {
176
181
  [data-slot='children'] {
@@ -211,7 +216,9 @@
211
216
  background: #fff;
212
217
  border-radius: 3px;
213
218
  font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
214
- box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06), 0px 4px 16px rgba(0, 0, 0, 0.12);
219
+ box-shadow:
220
+ 0px 4px 16px rgba(0, 0, 0, 0.06),
221
+ 0px 4px 16px rgba(0, 0, 0, 0.12);
215
222
  }
216
223
  .gps-suggestion-item .gps-suggestion-item-btn {
217
224
  display: flex;
@@ -230,17 +237,44 @@
230
237
  }
231
238
  .btn-disable::before {
232
239
  background: none !important;
233
- background-color: #F4F4F4 !important;
234
- color: #9E9E9E;
240
+ background-color: #f4f4f4 !important;
241
+ color: #9e9e9e;
235
242
  }
236
243
  .gps-image-detection-section:hover .gps-generating-actions {
237
244
  display: flex;
238
245
  }
239
246
  .gps-generating-section-text {
240
- background: -webkit-linear-gradient(#874CFD, #3C38E1);
247
+ background: -webkit-linear-gradient(#874cfd, #3c38e1);
241
248
  -webkit-background-clip: text;
242
249
  -webkit-text-fill-color: transparent;
243
250
  }
251
+ .ck-blurred {
252
+ cursor: pointer;
253
+ }
254
+ .ck-focused {
255
+ cursor: text;
256
+ }
257
+ .button-text.ck-focused,
258
+ .child-item-text.ck-focused {
259
+ border-color: transparent !important;
260
+ box-shadow:
261
+ rgba(255, 255, 255, 0) 0px 0px 0px 2px,
262
+ #3c67ff 0px 0px 0px 1px,
263
+ #3c67ff3d 0px 0px 0px 5px;
264
+ }
265
+ .button-text:hover::after {
266
+ content: '';
267
+ position: absolute;
268
+ width: 100%;
269
+ height: 100%;
270
+ top: 0;
271
+ left: 0;
272
+ border: 1px solid #3c67ff;
273
+ pointer-events: none;
274
+ }
275
+ .button-text.ck-focused:hover::after {
276
+ border: 0 !important;
277
+ }
244
278
  @media (max-width: 768px) {
245
279
  .gps-suggestion-item:hover .item-link {
246
280
  width: 196px;
@@ -248,4 +282,4 @@
248
282
  .gps-suggestion-item .item-link {
249
283
  width: 196px;
250
284
  }
251
- }
285
+ }
@@ -1 +1 @@
1
- .builder [disabled]{pointer-events:auto}.builder [data-slot=children]{visibility:visible}.builder [data-slot=children]:after{color:#aaa;visibility:visible}.builder [data-slot=children] .drag-placeholder{height:100%}.builder .generate-image-to-layout-btn{background-image:linear-gradient(270.07deg,#874cfd .03%,#3c38e1 99.92%);position:relative;z-index:1}.builder .generate-image-to-layout-btn:before{background-image:linear-gradient(270.07deg,#3633cc .03%,#6d3dcc 99.92%);border-radius:3px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease-out;z-index:-1}.builder .btn-disable{background-color:#f4f4f4;background-image:none;color:#9e9e9e;cursor:not-allowed}.builder .generate-image-to-layout-btn:hover:before{opacity:1}.builder .image-to-layout-input-border{border:1px solid #3c38e1;border-radius:3px}.builder .image-to-layout-input-wrapper-modal{position:relative}.builder .image-to-layout-input-wrapper,.builder .image-to-layout-input-wrapper-add-section{background:#fff;background-clip:padding-box;box-sizing:border-box;position:relative}.image-to-layout-input-wrapper-add-section{border:1px solid #3c67ff}.gps-image-to-layout-progress-bar{background:linear-gradient(270.07deg,#874cfd .03%,#3c38e1 99.92%)}.drag-placeholder{display:none;width:100%}#storefront{position:relative;z-index:20}#visual-content{display:none;font-family:Inter,sans-serif,ui-sans-serif,system-ui!important;height:100%;left:0;min-height:100vh;position:absolute;top:0;width:100%;z-index:50}#visual-content .fake-placeholder{background:transparent;background-image:url(//d1um8515vdn9kb.cloudfront.net/images/background-pattern.png);left:0;position:absolute;top:0;visibility:hidden;z-index:10}#visual-content .fake-placeholder.fake-placeholder-slot{background:transparent}#visual-content .fake-placeholder.has-section{background-color:#3c67ff!important;background-image:none;border:none!important;height:6px;margin:0!important;visibility:visible}#visual-content .fake-placeholder.visual-placeholder-error{background-color:#fee4e3!important}#visual-content .fake-placeholder.visual-placeholder-error .limitation-error-content{display:none}#visual-content .fake-placeholder.visual-placeholder-error{border:1px dashed #f44336!important;color:#f44336!important;font-family:Inter,sans-serif,ui-sans-serif,system-ui;font-size:14px;font-weight:500;line-height:150%;position:relative;text-align:center;visibility:visible}#visual-content .fake-placeholder.visual-placeholder-error.children-error{background-color:#f44336!important;border:none!important}#visual-content .fake-placeholder.visual-placeholder-error.limitation-error .limitation-error-content{align-items:center;background-color:#fee4e3!important;border-radius:3px;display:flex;height:29px;padding:4px 8px}#visual-content .fake-placeholder.visual-placeholder-error.limitation-error .limitation-error-content span{font-size:14px;font-weight:500;line-height:150%;margin-left:8px}#visual-content .fake-placeholder.visual-placeholder{align-items:center;background-color:#8aa4ff66;color:#3c67ff;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:150%;visibility:visible;z-index:20}#visual-content .fake-placeholder.visual-placeholder-child-on-sections{margin:16px!important}#visual-content .fake-placeholder.visual-placeholder-between-sections{background-color:#3c67ff;background-image:none;border:none;height:6px;margin:0!important;visibility:visible}#visual-content .fake-placeholder.not-show{display:none}#visual-content .fake-placeholder[is-blank-page=true]{background-color:#d8e1ff!important}#visual-content .fake-placeholder[is-component-dragging=true]{background-color:#8aa4ff66!important}[contenteditable=true]:active,[contenteditable=true]:focus,[contenteditable=true]:focus-visible{outline:none;overflow:hidden}[data-component-is-third-party=true]{background-color:#f4f4f4}[data-component-tag=ProductDescription],[data-component-tag=ProductPrice],[data-component-tag=ProductTag],[data-component-tag=ProductTitle]{cursor:default}:root{--selection-bg:#accef7}.builder ::selection{background:var(--selection-bg);color:currentColor}.builder ::-moz-selection{background:var(--selection-bg);color:currentColor}.gps-drag-element-here{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%233C67FFFF' stroke-dasharray='12,12' stroke-dashoffset='72' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E")}.gps-drag-element-here,.gps-page-suggestion{font-family:Inter,sans-serif,ui-sans-serif,system-ui!important}.gps-page-suggestion{background:#fff;border-radius:3px;box-shadow:0 4px 16px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.12)}.gps-suggestion-item .gps-suggestion-item-btn{display:flex}.gps-suggestion-item .item-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:360px}.gps-suggestion-item:hover .item-link{width:360px}.gps-base-font-family{font-family:Inter,sans-serif,ui-sans-serif,system-ui!important}.btn-disable:before{background:none!important;background-color:#f4f4f4!important;color:#9e9e9e}.gps-image-detection-section:hover .gps-generating-actions{display:flex}.gps-generating-section-text{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#874cfd,#3c38e1);-webkit-background-clip:text}@media (max-width:768px){.gps-suggestion-item .item-link,.gps-suggestion-item:hover .item-link{width:196px}}
1
+ .builder{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.builder [disabled]{pointer-events:auto}.builder [data-slot=children]{visibility:visible}.builder [data-slot=children]:after{color:#aaa;visibility:visible}.builder [data-slot=children] .drag-placeholder{height:100%}.builder .generate-image-to-layout-btn{background-image:linear-gradient(270.07deg,#874cfd .03%,#3c38e1 99.92%);position:relative;z-index:1}.builder .generate-image-to-layout-btn:before{background-image:linear-gradient(270.07deg,#3633cc .03%,#6d3dcc 99.92%);border-radius:3px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease-out;z-index:-1}.builder .btn-disable{background-color:#f4f4f4;background-image:none;color:#9e9e9e;cursor:not-allowed}.builder .generate-image-to-layout-btn:hover:before{opacity:1}.builder .image-to-layout-input-border{border:1px solid #3c38e1;border-radius:3px}.builder .image-to-layout-input-wrapper-modal{position:relative}.builder .image-to-layout-input-wrapper,.builder .image-to-layout-input-wrapper-add-section{background:#fff;background-clip:padding-box;box-sizing:border-box;position:relative}.image-to-layout-input-wrapper-add-section{border:1px solid #3c67ff}.gps-image-to-layout-progress-bar{background:linear-gradient(270.07deg,#874cfd .03%,#3c38e1 99.92%)}.drag-placeholder{display:none;width:100%}#storefront{position:relative;z-index:20}#visual-content{display:none;font-family:Inter,sans-serif,ui-sans-serif,system-ui!important;height:100%;left:0;min-height:100vh;position:absolute;top:0;width:100%;z-index:50}#visual-content .fake-placeholder{background:transparent;background-image:url(//d1um8515vdn9kb.cloudfront.net/images/background-pattern.png);left:0;position:absolute;top:0;visibility:hidden;z-index:10}#visual-content .fake-placeholder.fake-placeholder-slot{background:transparent}#visual-content .fake-placeholder.has-section{background-color:#3c67ff!important;background-image:none;border:none!important;height:6px;margin:0!important;visibility:visible}#visual-content .fake-placeholder.visual-placeholder-error{background-color:#fee4e3!important}#visual-content .fake-placeholder.visual-placeholder-error .limitation-error-content{display:none}#visual-content .fake-placeholder.visual-placeholder-error{border:1px dashed #f44336!important;color:#f44336!important;font-family:Inter,sans-serif,ui-sans-serif,system-ui;font-size:14px;font-weight:500;line-height:150%;position:relative;text-align:center;visibility:visible}#visual-content .fake-placeholder.visual-placeholder-error.children-error{background-color:#f44336!important;border:none!important}#visual-content .fake-placeholder.visual-placeholder-error.limitation-error .limitation-error-content{align-items:center;background-color:#fee4e3!important;border-radius:3px;display:flex;height:29px;padding:4px 8px}#visual-content .fake-placeholder.visual-placeholder-error.limitation-error .limitation-error-content span{font-size:14px;font-weight:500;line-height:150%;margin-left:8px}#visual-content .fake-placeholder.visual-placeholder{align-items:center;background-color:#8aa4ff66;color:#3c67ff;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:150%;visibility:visible;z-index:20}#visual-content .fake-placeholder.visual-placeholder-child-on-sections{margin:16px!important}#visual-content .fake-placeholder.visual-placeholder-between-sections{background-color:#3c67ff;background-image:none;border:none;height:6px;margin:0!important;visibility:visible}#visual-content .fake-placeholder.not-show{display:none}#visual-content .fake-placeholder[is-blank-page=true]{background-color:#d8e1ff!important}#visual-content .fake-placeholder[is-component-dragging=true]{background-color:#8aa4ff66!important}[contenteditable=true]:active,[contenteditable=true]:focus,[contenteditable=true]:focus-visible{outline:none;overflow:hidden}[data-component-is-third-party=true]{background-color:#f4f4f4}[data-component-tag=ProductDescription],[data-component-tag=ProductPrice],[data-component-tag=ProductTag],[data-component-tag=ProductTitle]{cursor:default}:root{--selection-bg:#accef7}.builder ::selection{background:var(--selection-bg);color:currentColor}.builder ::-moz-selection{background:var(--selection-bg);color:currentColor}.gps-drag-element-here{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%233C67FFFF' stroke-dasharray='12,12' stroke-dashoffset='72' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E")}.gps-drag-element-here,.gps-page-suggestion{font-family:Inter,sans-serif,ui-sans-serif,system-ui!important}.gps-page-suggestion{background:#fff;border-radius:3px;box-shadow:0 4px 16px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.12)}.gps-suggestion-item .gps-suggestion-item-btn{display:flex}.gps-suggestion-item .item-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:360px}.gps-suggestion-item:hover .item-link{width:360px}.gps-base-font-family{font-family:Inter,sans-serif,ui-sans-serif,system-ui!important}.btn-disable:before{background:none!important;background-color:#f4f4f4!important;color:#9e9e9e}.gps-image-detection-section:hover .gps-generating-actions{display:flex}.gps-generating-section-text{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#874cfd,#3c38e1);-webkit-background-clip:text}.ck-blurred{cursor:pointer}.ck-focused{cursor:text}.button-text.ck-focused,.child-item-text.ck-focused{border-color:transparent!important;box-shadow:0 0 0 2px hsla(0,0%,100%,0),0 0 0 1px #3c67ff,0 0 0 5px #3c67ff3d}.button-text:hover:after{border:1px solid #3c67ff;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.button-text.ck-focused:hover:after{border:0!important}@media (max-width:768px){.gps-suggestion-item .item-link,.gps-suggestion-item:hover .item-link{width:196px}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/styles",
3
- "version": "1.14.0-next.79",
3
+ "version": "1.14.0-sun.162",
4
4
  "description": "Largely classless, blazing fast and super light-weight. Bonsai, a base CSS framework for modern browsers",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -15,7 +15,7 @@
15
15
  "build": "gulp build"
16
16
  },
17
17
  "devDependencies": {
18
- "cssnano": "6.0.0",
18
+ "cssnano": "6.0.1",
19
19
  "csstype": "3.1.2",
20
20
  "del": "^6.0.0",
21
21
  "gulp": "^4.0.2",
@@ -1,4 +1,9 @@
1
1
  .builder {
2
+ -webkit-user-select: none;
3
+ -webkit-touch-callout: none;
4
+ -moz-user-select: none;
5
+ -ms-user-select: none;
6
+ user-select: none;
2
7
  [disabled] {
3
8
  pointer-events: auto;
4
9
  }
@@ -24,7 +29,7 @@
24
29
 
25
30
  .generate-image-to-layout-btn::before {
26
31
  position: absolute;
27
- content: "";
32
+ content: '';
28
33
  top: 0;
29
34
  right: 0;
30
35
  bottom: 0;
@@ -38,8 +43,8 @@
38
43
 
39
44
  .btn-disable {
40
45
  background-image: none;
41
- background-color: #F4F4F4;
42
- color: #9E9E9E;
46
+ background-color: #f4f4f4;
47
+ color: #9e9e9e;
43
48
  cursor: not-allowed;
44
49
  }
45
50
 
@@ -48,15 +53,15 @@
48
53
  }
49
54
 
50
55
  .image-to-layout-input-border {
51
- border: 1px solid #3C38E1;
56
+ border: 1px solid #3c38e1;
52
57
  border-radius: 3px;
53
-
54
58
  }
55
-
59
+
56
60
  .image-to-layout-input-wrapper-modal {
57
61
  position: relative;
58
62
  }
59
- .image-to-layout-input-wrapper, .image-to-layout-input-wrapper-add-section {
63
+ .image-to-layout-input-wrapper,
64
+ .image-to-layout-input-wrapper-add-section {
60
65
  position: relative;
61
66
  background: #fff;
62
67
  background-clip: padding-box;
@@ -64,12 +69,11 @@
64
69
  }
65
70
  }
66
71
  .image-to-layout-input-wrapper-add-section {
67
- border: 1px solid #3C67FF;
72
+ border: 1px solid #3c67ff;
68
73
  }
69
74
 
70
-
71
75
  .gps-image-to-layout-progress-bar {
72
- background: linear-gradient(270.07deg, #874CFD 0.03%, #3C38E1 99.92%);
76
+ background: linear-gradient(270.07deg, #874cfd 0.03%, #3c38e1 99.92%);
73
77
  }
74
78
 
75
79
  .drag-placeholder {
@@ -173,7 +177,7 @@
173
177
  font-size: 14px;
174
178
  line-height: 150%;
175
179
  visibility: visible;
176
- background-color: #8aa4ff66;
180
+ background-color: #8aa4ff66;
177
181
  }
178
182
 
179
183
  &.visual-placeholder-child-on-sections {
@@ -192,11 +196,11 @@
192
196
  &.not-show {
193
197
  display: none;
194
198
  }
195
- &[is-blank-page="true"] {
196
- background-color: #d8e1ff !important;
199
+ &[is-blank-page='true'] {
200
+ background-color: #d8e1ff !important;
197
201
  }
198
- &[is-component-dragging="true"] {
199
- background-color: #8aa4ff66 !important;
202
+ &[is-component-dragging='true'] {
203
+ background-color: #8aa4ff66 !important;
200
204
  }
201
205
  }
202
206
  }
@@ -247,7 +251,9 @@
247
251
  background: #fff;
248
252
  border-radius: 3px;
249
253
  font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
250
- box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06), 0px 4px 16px rgba(0, 0, 0, 0.12);
254
+ box-shadow:
255
+ 0px 4px 16px rgba(0, 0, 0, 0.06),
256
+ 0px 4px 16px rgba(0, 0, 0, 0.12);
251
257
  }
252
258
 
253
259
  .gps-suggestion-item .gps-suggestion-item-btn {
@@ -261,13 +267,11 @@
261
267
  width: 360px;
262
268
  }
263
269
 
264
-
265
270
  .gps-suggestion-item:hover .item-link {
266
271
  width: 360px;
267
272
  }
268
273
 
269
-
270
- @media(max-width: 768px) {
274
+ @media (max-width: 768px) {
271
275
  .gps-suggestion-item:hover .item-link {
272
276
  width: 196px;
273
277
  }
@@ -282,15 +286,44 @@
282
286
 
283
287
  .btn-disable::before {
284
288
  background: none !important;
285
- background-color: #F4F4F4 !important;
286
- color: #9E9E9E;
289
+ background-color: #f4f4f4 !important;
290
+ color: #9e9e9e;
287
291
  }
288
292
 
289
293
  .gps-image-detection-section:hover .gps-generating-actions {
290
294
  display: flex;
291
295
  }
292
296
  .gps-generating-section-text {
293
- background: -webkit-linear-gradient(#874CFD, #3C38E1);
297
+ background: -webkit-linear-gradient(#874cfd, #3c38e1);
294
298
  -webkit-background-clip: text;
295
299
  -webkit-text-fill-color: transparent;
296
- }
300
+ }
301
+ .ck-blurred {
302
+ cursor: pointer;
303
+ }
304
+ .ck-focused {
305
+ cursor: text;
306
+ }
307
+
308
+ .button-text.ck-focused,
309
+ .child-item-text.ck-focused {
310
+ border-color: transparent !important;
311
+ box-shadow:
312
+ rgba(255, 255, 255, 0) 0px 0px 0px 2px,
313
+ #3c67ff 0px 0px 0px 1px,
314
+ #3c67ff3d 0px 0px 0px 5px;
315
+ }
316
+
317
+ .button-text:hover::after {
318
+ content: '';
319
+ position: absolute;
320
+ width: 100%;
321
+ height: 100%;
322
+ top: 0;
323
+ left: 0;
324
+ border: 1px solid #3c67ff;
325
+ pointer-events: none;
326
+ }
327
+ .button-text.ck-focused:hover::after {
328
+ border: 0 !important;
329
+ }