@gem-sdk/styles 1.12.0-next.25 → 1.12.0-staging-66146a03
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 +25 -5
- package/dist/builder.min.css +1 -1
- package/package.json +1 -1
- package/src/css/builds/builder.css +26 -5
package/dist/builder.css
CHANGED
|
@@ -12,12 +12,26 @@
|
|
|
12
12
|
height: 100%;
|
|
13
13
|
}
|
|
14
14
|
.builder .generate-image-to-layout-btn {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
position: relative;
|
|
16
|
+
|
|
17
|
+
background-image: linear-gradient(270.07deg, #874cfd 0.03%, #3c38e1 99.92%);
|
|
18
|
+
z-index: 1;
|
|
19
|
+
}
|
|
20
|
+
.builder .generate-image-to-layout-btn::before {
|
|
21
|
+
position: absolute;
|
|
22
|
+
content: "";
|
|
23
|
+
top: 0;
|
|
24
|
+
right: 0;
|
|
25
|
+
bottom: 0;
|
|
26
|
+
left: 0;
|
|
27
|
+
background-image: linear-gradient(270.07deg, #3633cc 0.03%, #6d3dcc 99.92%);
|
|
28
|
+
z-index: -1;
|
|
29
|
+
transition: opacity 0.3s ease-out;
|
|
30
|
+
opacity: 0;
|
|
31
|
+
border-radius: 3px;
|
|
18
32
|
}
|
|
19
|
-
.builder .generate-image-to-layout-btn:hover {
|
|
20
|
-
|
|
33
|
+
.builder .generate-image-to-layout-btn:hover::before {
|
|
34
|
+
opacity: 1;
|
|
21
35
|
}
|
|
22
36
|
.builder .image-to-layout-input-border {
|
|
23
37
|
background: linear-gradient(89.63deg, #874CFD 27.59%, #3C38E1 82.67%);
|
|
@@ -80,6 +94,7 @@
|
|
|
80
94
|
border: none !important;
|
|
81
95
|
background-image: none;
|
|
82
96
|
height: 6px;
|
|
97
|
+
margin: 0px !important;
|
|
83
98
|
}
|
|
84
99
|
#visual-content .fake-placeholder.visual-placeholder-error {
|
|
85
100
|
background-color: #fee4e3 !important;
|
|
@@ -130,6 +145,7 @@
|
|
|
130
145
|
font-size: 14px;
|
|
131
146
|
line-height: 150%;
|
|
132
147
|
visibility: visible;
|
|
148
|
+
margin: 16px;
|
|
133
149
|
}
|
|
134
150
|
#visual-content .fake-placeholder.visual-placeholder-between-sections {
|
|
135
151
|
background-color: #3c67ff;
|
|
@@ -137,6 +153,7 @@
|
|
|
137
153
|
background-image: none;
|
|
138
154
|
visibility: visible;
|
|
139
155
|
height: 6px;
|
|
156
|
+
margin: 0px !important;
|
|
140
157
|
}
|
|
141
158
|
#visual-content .fake-placeholder.not-show {
|
|
142
159
|
display: none;
|
|
@@ -171,3 +188,6 @@
|
|
|
171
188
|
color: currentColor;
|
|
172
189
|
background: var(--selection-bg);
|
|
173
190
|
}
|
|
191
|
+
.gps-drag-element-here {
|
|
192
|
+
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%233C67FFFF' stroke-width='2' stroke-dasharray='12%2c12' stroke-dashoffset='72' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
193
|
+
}
|
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:linear-gradient(270.07deg,#874cfd .03%,#3c38e1 99.92%);
|
|
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 .generate-image-to-layout-btn:hover:before{opacity:1}.builder .image-to-layout-input-border{background:linear-gradient(89.63deg,#874cfd 27.59%,#3c38e1 82.67%);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;border:1px solid transparent;box-sizing:border-box;position:relative}.image-to-layout-input-wrapper-add-section{border:1px solid #3c67ff!important}.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;height:100%;left:0;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:#d8e1ff;color:#3c67ff;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:150%;margin:16px;visibility:visible;z-index:20}#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}[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")}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/styles",
|
|
3
|
-
"version": "1.12.0-
|
|
3
|
+
"version": "1.12.0-staging-66146a03",
|
|
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",
|
|
@@ -17,12 +17,26 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.generate-image-to-layout-btn {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
position: relative;
|
|
21
|
+
|
|
22
|
+
background-image: linear-gradient(270.07deg, #874cfd 0.03%, #3c38e1 99.92%);
|
|
23
|
+
z-index: 1;
|
|
24
|
+
}
|
|
25
|
+
.generate-image-to-layout-btn::before {
|
|
26
|
+
position: absolute;
|
|
27
|
+
content: "";
|
|
28
|
+
top: 0;
|
|
29
|
+
right: 0;
|
|
30
|
+
bottom: 0;
|
|
31
|
+
left: 0;
|
|
32
|
+
background-image: linear-gradient(270.07deg, #3633cc 0.03%, #6d3dcc 99.92%);
|
|
33
|
+
z-index: -1;
|
|
34
|
+
transition: opacity 0.3s ease-out;
|
|
35
|
+
opacity: 0;
|
|
36
|
+
border-radius: 3px;
|
|
23
37
|
}
|
|
24
|
-
.generate-image-to-layout-btn:hover {
|
|
25
|
-
|
|
38
|
+
.generate-image-to-layout-btn:hover::before {
|
|
39
|
+
opacity: 1;
|
|
26
40
|
}
|
|
27
41
|
|
|
28
42
|
.image-to-layout-input-border {
|
|
@@ -94,6 +108,7 @@
|
|
|
94
108
|
border: none !important;
|
|
95
109
|
background-image: none;
|
|
96
110
|
height: 6px;
|
|
111
|
+
margin: 0px !important;
|
|
97
112
|
}
|
|
98
113
|
|
|
99
114
|
&.visual-placeholder-error {
|
|
@@ -150,6 +165,7 @@
|
|
|
150
165
|
font-size: 14px;
|
|
151
166
|
line-height: 150%;
|
|
152
167
|
visibility: visible;
|
|
168
|
+
margin: 16px;
|
|
153
169
|
}
|
|
154
170
|
|
|
155
171
|
&.visual-placeholder-between-sections {
|
|
@@ -158,6 +174,7 @@
|
|
|
158
174
|
background-image: none;
|
|
159
175
|
visibility: visible;
|
|
160
176
|
height: 6px;
|
|
177
|
+
margin: 0px !important;
|
|
161
178
|
}
|
|
162
179
|
|
|
163
180
|
&.not-show {
|
|
@@ -201,3 +218,7 @@
|
|
|
201
218
|
color: currentColor;
|
|
202
219
|
background: var(--selection-bg);
|
|
203
220
|
}
|
|
221
|
+
|
|
222
|
+
.gps-drag-element-here {
|
|
223
|
+
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%233C67FFFF' stroke-width='2' stroke-dasharray='12%2c12' stroke-dashoffset='72' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
224
|
+
}
|