@gem-sdk/styles 1.13.31 → 1.14.0-moon.208
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 +45 -2
- package/dist/builder.min.css +1 -1
- package/package.json +2 -2
- package/src/css/builds/builder.css +45 -1
package/dist/builder.css
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
.builder
|
|
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'] {
|
|
@@ -181,6 +186,7 @@
|
|
|
181
186
|
[contenteditable='true']:focus,
|
|
182
187
|
[contenteditable='true']:focus-visible {
|
|
183
188
|
outline: none;
|
|
189
|
+
overflow: hidden;
|
|
184
190
|
}
|
|
185
191
|
[data-component-is-third-party='true'] {
|
|
186
192
|
background-color: #f4f4f4;
|
|
@@ -210,7 +216,9 @@
|
|
|
210
216
|
background: #fff;
|
|
211
217
|
border-radius: 3px;
|
|
212
218
|
font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
|
|
213
|
-
box-shadow:
|
|
219
|
+
box-shadow:
|
|
220
|
+
0px 4px 16px rgba(0, 0, 0, 0.06),
|
|
221
|
+
0px 4px 16px rgba(0, 0, 0, 0.12);
|
|
214
222
|
}
|
|
215
223
|
.gps-suggestion-item .gps-suggestion-item-btn {
|
|
216
224
|
display: flex;
|
|
@@ -240,6 +248,41 @@
|
|
|
240
248
|
-webkit-background-clip: text;
|
|
241
249
|
-webkit-text-fill-color: transparent;
|
|
242
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.ck p {
|
|
266
|
+
overflow: hidden;
|
|
267
|
+
text-overflow: ellipsis;
|
|
268
|
+
white-space: nowrap;
|
|
269
|
+
}
|
|
270
|
+
.gp-text.ck p {
|
|
271
|
+
word-break: break-word;
|
|
272
|
+
}
|
|
273
|
+
.button-text:hover::after {
|
|
274
|
+
content: '';
|
|
275
|
+
position: absolute;
|
|
276
|
+
width: 100%;
|
|
277
|
+
height: 100%;
|
|
278
|
+
top: 0;
|
|
279
|
+
left: 0;
|
|
280
|
+
border: 1px solid #3c67ff;
|
|
281
|
+
pointer-events: none;
|
|
282
|
+
}
|
|
283
|
+
.button-text.ck-focused:hover::after {
|
|
284
|
+
border: 0 !important;
|
|
285
|
+
}
|
|
243
286
|
@media (max-width: 768px) {
|
|
244
287
|
.gps-suggestion-item:hover .item-link {
|
|
245
288
|
width: 196px;
|
package/dist/builder.min.css
CHANGED
|
@@ -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}[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.ck p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gp-text.ck p{word-break:break-word}.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.
|
|
3
|
+
"version": "1.14.0-moon.208",
|
|
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.
|
|
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
|
}
|
|
@@ -209,6 +214,7 @@
|
|
|
209
214
|
[contenteditable='true']:focus,
|
|
210
215
|
[contenteditable='true']:focus-visible {
|
|
211
216
|
outline: none;
|
|
217
|
+
overflow: hidden;
|
|
212
218
|
}
|
|
213
219
|
|
|
214
220
|
[data-component-is-third-party='true'] {
|
|
@@ -245,7 +251,9 @@
|
|
|
245
251
|
background: #fff;
|
|
246
252
|
border-radius: 3px;
|
|
247
253
|
font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
|
|
248
|
-
box-shadow:
|
|
254
|
+
box-shadow:
|
|
255
|
+
0px 4px 16px rgba(0, 0, 0, 0.06),
|
|
256
|
+
0px 4px 16px rgba(0, 0, 0, 0.12);
|
|
249
257
|
}
|
|
250
258
|
|
|
251
259
|
.gps-suggestion-item .gps-suggestion-item-btn {
|
|
@@ -290,3 +298,39 @@
|
|
|
290
298
|
-webkit-background-clip: text;
|
|
291
299
|
-webkit-text-fill-color: transparent;
|
|
292
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
|
+
.button-text.ck p {
|
|
317
|
+
overflow: hidden;
|
|
318
|
+
text-overflow: ellipsis;
|
|
319
|
+
white-space: nowrap;
|
|
320
|
+
}
|
|
321
|
+
.gp-text.ck p {
|
|
322
|
+
word-break: break-word;
|
|
323
|
+
}
|
|
324
|
+
.button-text:hover::after {
|
|
325
|
+
content: '';
|
|
326
|
+
position: absolute;
|
|
327
|
+
width: 100%;
|
|
328
|
+
height: 100%;
|
|
329
|
+
top: 0;
|
|
330
|
+
left: 0;
|
|
331
|
+
border: 1px solid #3c67ff;
|
|
332
|
+
pointer-events: none;
|
|
333
|
+
}
|
|
334
|
+
.button-text.ck-focused:hover::after {
|
|
335
|
+
border: 0 !important;
|
|
336
|
+
}
|