@gem-sdk/styles 1.13.40 → 1.14.0-next.116

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
@@ -18,7 +18,7 @@
18
18
  }
19
19
  .builder .generate-image-to-layout-btn::before {
20
20
  position: absolute;
21
- content: '';
21
+ content: "";
22
22
  top: 0;
23
23
  right: 0;
24
24
  bottom: 0;
@@ -31,32 +31,32 @@
31
31
  }
32
32
  .builder .btn-disable {
33
33
  background-image: none;
34
- background-color: #f4f4f4;
35
- color: #9e9e9e;
34
+ background-color: #F4F4F4;
35
+ color: #9E9E9E;
36
36
  cursor: not-allowed;
37
37
  }
38
38
  .builder .generate-image-to-layout-btn:hover::before {
39
39
  opacity: 1;
40
40
  }
41
41
  .builder .image-to-layout-input-border {
42
- border: 1px solid #3c38e1;
42
+ border: 1px solid #3C38E1;
43
43
  border-radius: 3px;
44
+
44
45
  }
45
46
  .builder .image-to-layout-input-wrapper-modal {
46
47
  position: relative;
47
48
  }
48
- .builder .image-to-layout-input-wrapper,
49
- .builder .image-to-layout-input-wrapper-add-section {
49
+ .builder .image-to-layout-input-wrapper, .builder .image-to-layout-input-wrapper-add-section {
50
50
  position: relative;
51
51
  background: #fff;
52
52
  background-clip: padding-box;
53
53
  box-sizing: border-box;
54
54
  }
55
55
  .image-to-layout-input-wrapper-add-section {
56
- border: 1px solid #3c67ff;
56
+ border: 1px solid #3C67FF;
57
57
  }
58
58
  .gps-image-to-layout-progress-bar {
59
- background: linear-gradient(270.07deg, #874cfd 0.03%, #3c38e1 99.92%);
59
+ background: linear-gradient(270.07deg, #874CFD 0.03%, #3C38E1 99.92%);
60
60
  }
61
61
  .drag-placeholder {
62
62
  display: none;
@@ -150,7 +150,7 @@
150
150
  font-size: 14px;
151
151
  line-height: 150%;
152
152
  visibility: visible;
153
- background-color: #8aa4ff66;
153
+ background-color: #8aa4ff66;
154
154
  }
155
155
  #visual-content .fake-placeholder.visual-placeholder-child-on-sections {
156
156
  margin: 16px !important;
@@ -166,11 +166,11 @@
166
166
  #visual-content .fake-placeholder.not-show {
167
167
  display: none;
168
168
  }
169
- #visual-content .fake-placeholder[is-blank-page='true'] {
170
- background-color: #d8e1ff !important;
169
+ #visual-content .fake-placeholder[is-blank-page="true"] {
170
+ background-color: #d8e1ff !important;
171
171
  }
172
- #visual-content .fake-placeholder[is-component-dragging='true'] {
173
- background-color: #8aa4ff66 !important;
172
+ #visual-content .fake-placeholder[is-component-dragging="true"] {
173
+ background-color: #8aa4ff66 !important;
174
174
  }
175
175
  /* section:last-child {
176
176
  [data-slot='children'] {
@@ -230,17 +230,24 @@
230
230
  }
231
231
  .btn-disable::before {
232
232
  background: none !important;
233
- background-color: #f4f4f4 !important;
234
- color: #9e9e9e;
233
+ background-color: #F4F4F4 !important;
234
+ color: #9E9E9E;
235
235
  }
236
236
  .gps-image-detection-section:hover .gps-generating-actions {
237
237
  display: flex;
238
238
  }
239
239
  .gps-generating-section-text {
240
- background: -webkit-linear-gradient(#874cfd, #3c38e1);
240
+ background: -webkit-linear-gradient(#874CFD, #3C38E1);
241
241
  -webkit-background-clip: text;
242
242
  -webkit-text-fill-color: transparent;
243
243
  }
244
+ .ck-blurred {
245
+ cursor: pointer;
246
+ }
247
+ .ck-focused {
248
+ box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 2px, #3c67ff 0px 0px 0px 1px, #3c67ff3d 0px 0px 0px 5px;
249
+ cursor: text;
250
+ }
244
251
  @media (max-width: 768px) {
245
252
  .gps-suggestion-item:hover .item-link {
246
253
  width: 196px;
@@ -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 [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{box-shadow:0 0 0 2px hsla(0,0%,100%,0),0 0 0 1px #3c67ff,0 0 0 5px #3c67ff3d;cursor:text}@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.13.40",
3
+ "version": "1.14.0-next.116",
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",
@@ -24,7 +24,7 @@
24
24
 
25
25
  .generate-image-to-layout-btn::before {
26
26
  position: absolute;
27
- content: '';
27
+ content: "";
28
28
  top: 0;
29
29
  right: 0;
30
30
  bottom: 0;
@@ -38,8 +38,8 @@
38
38
 
39
39
  .btn-disable {
40
40
  background-image: none;
41
- background-color: #f4f4f4;
42
- color: #9e9e9e;
41
+ background-color: #F4F4F4;
42
+ color: #9E9E9E;
43
43
  cursor: not-allowed;
44
44
  }
45
45
 
@@ -48,15 +48,15 @@
48
48
  }
49
49
 
50
50
  .image-to-layout-input-border {
51
- border: 1px solid #3c38e1;
51
+ border: 1px solid #3C38E1;
52
52
  border-radius: 3px;
53
- }
54
53
 
54
+ }
55
+
55
56
  .image-to-layout-input-wrapper-modal {
56
57
  position: relative;
57
58
  }
58
- .image-to-layout-input-wrapper,
59
- .image-to-layout-input-wrapper-add-section {
59
+ .image-to-layout-input-wrapper, .image-to-layout-input-wrapper-add-section {
60
60
  position: relative;
61
61
  background: #fff;
62
62
  background-clip: padding-box;
@@ -64,11 +64,12 @@
64
64
  }
65
65
  }
66
66
  .image-to-layout-input-wrapper-add-section {
67
- border: 1px solid #3c67ff;
67
+ border: 1px solid #3C67FF;
68
68
  }
69
69
 
70
+
70
71
  .gps-image-to-layout-progress-bar {
71
- background: linear-gradient(270.07deg, #874cfd 0.03%, #3c38e1 99.92%);
72
+ background: linear-gradient(270.07deg, #874CFD 0.03%, #3C38E1 99.92%);
72
73
  }
73
74
 
74
75
  .drag-placeholder {
@@ -172,7 +173,7 @@
172
173
  font-size: 14px;
173
174
  line-height: 150%;
174
175
  visibility: visible;
175
- background-color: #8aa4ff66;
176
+ background-color: #8aa4ff66;
176
177
  }
177
178
 
178
179
  &.visual-placeholder-child-on-sections {
@@ -191,11 +192,11 @@
191
192
  &.not-show {
192
193
  display: none;
193
194
  }
194
- &[is-blank-page='true'] {
195
- background-color: #d8e1ff !important;
195
+ &[is-blank-page="true"] {
196
+ background-color: #d8e1ff !important;
196
197
  }
197
- &[is-component-dragging='true'] {
198
- background-color: #8aa4ff66 !important;
198
+ &[is-component-dragging="true"] {
199
+ background-color: #8aa4ff66 !important;
199
200
  }
200
201
  }
201
202
  }
@@ -260,11 +261,13 @@
260
261
  width: 360px;
261
262
  }
262
263
 
264
+
263
265
  .gps-suggestion-item:hover .item-link {
264
266
  width: 360px;
265
267
  }
266
268
 
267
- @media (max-width: 768px) {
269
+
270
+ @media(max-width: 768px) {
268
271
  .gps-suggestion-item:hover .item-link {
269
272
  width: 196px;
270
273
  }
@@ -279,15 +282,22 @@
279
282
 
280
283
  .btn-disable::before {
281
284
  background: none !important;
282
- background-color: #f4f4f4 !important;
283
- color: #9e9e9e;
285
+ background-color: #F4F4F4 !important;
286
+ color: #9E9E9E;
284
287
  }
285
288
 
286
289
  .gps-image-detection-section:hover .gps-generating-actions {
287
290
  display: flex;
288
291
  }
289
292
  .gps-generating-section-text {
290
- background: -webkit-linear-gradient(#874cfd, #3c38e1);
293
+ background: -webkit-linear-gradient(#874CFD, #3C38E1);
291
294
  -webkit-background-clip: text;
292
295
  -webkit-text-fill-color: transparent;
293
296
  }
297
+ .ck-blurred {
298
+ cursor: pointer;
299
+ }
300
+ .ck-focused {
301
+ box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 2px, #3c67ff 0px 0px 0px 1px, #3c67ff3d 0px 0px 0px 5px;
302
+ cursor: text;
303
+ }