@gem-sdk/styles 1.10.7 → 1.10.14
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 +11 -13
- package/dist/builder.min.css +1 -1
- package/package.json +1 -1
- package/src/css/builds/builder.css +9 -8
package/dist/builder.css
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
.builder [
|
|
1
|
+
.builder [disabled] {
|
|
2
|
+
pointer-events: auto;
|
|
3
|
+
}
|
|
4
|
+
.builder [data-slot='children'] {
|
|
2
5
|
visibility: visible;
|
|
3
6
|
}
|
|
4
|
-
|
|
5
|
-
.builder [data-slot='children']:after {
|
|
7
|
+
.builder [data-slot='children']:after {
|
|
6
8
|
visibility: visible;
|
|
7
9
|
color: #aaa;
|
|
8
10
|
}
|
|
9
|
-
|
|
10
|
-
.builder [data-slot='children'] .drag-placeholder {
|
|
11
|
+
.builder [data-slot='children'] .drag-placeholder {
|
|
11
12
|
height: 100%;
|
|
12
13
|
}
|
|
13
14
|
|
|
@@ -69,10 +70,7 @@
|
|
|
69
70
|
|
|
70
71
|
#visual-content .fake-placeholder.visual-placeholder-error {
|
|
71
72
|
|
|
72
|
-
font-family: Inter,
|
|
73
|
-
sans-serif,
|
|
74
|
-
ui-sans-serif,
|
|
75
|
-
system-ui;
|
|
73
|
+
font-family: Inter, sans-serif, ui-sans-serif, system-ui;
|
|
76
74
|
border: 1px dashed #f44336 !important;
|
|
77
75
|
visibility: visible;
|
|
78
76
|
color: #f44336 !important;
|
|
@@ -145,12 +143,12 @@
|
|
|
145
143
|
outline: none;
|
|
146
144
|
}
|
|
147
145
|
|
|
148
|
-
[data-component-is-third-party=
|
|
149
|
-
background-color: #
|
|
146
|
+
[data-component-is-third-party='true'] {
|
|
147
|
+
background-color: #f4f4f4;
|
|
150
148
|
}
|
|
151
149
|
|
|
152
150
|
:root {
|
|
153
|
-
--selection-bg: #
|
|
151
|
+
--selection-bg: #accef7;
|
|
154
152
|
}
|
|
155
153
|
|
|
156
154
|
.builder ::selection {
|
|
@@ -161,4 +159,4 @@
|
|
|
161
159
|
.builder ::-moz-selection {
|
|
162
160
|
color: currentColor;
|
|
163
161
|
background: var(--selection-bg);
|
|
164
|
-
}
|
|
162
|
+
}
|
package/dist/builder.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.builder [data-slot=children]{visibility:visible}.builder [data-slot=children]:after{color:#aaa;visibility:visible}.builder [data-slot=children] .drag-placeholder{height:100%}.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;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;border:1px dashed #3c67ff;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-between-sections{background-color:#3c67ff;background-image:none;border:none;height:6px;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}:root{--selection-bg:#accef7}.builder ::selection{background:var(--selection-bg);color:currentColor}.builder ::-moz-selection{background:var(--selection-bg);color:currentColor}
|
|
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%}.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;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;border:1px dashed #3c67ff;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-between-sections{background-color:#3c67ff;background-image:none;border:none;height:6px;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}:root{--selection-bg:#accef7}.builder ::selection{background:var(--selection-bg);color:currentColor}.builder ::-moz-selection{background:var(--selection-bg);color:currentColor}
|
package/package.json
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
.builder {
|
|
2
|
+
[disabled] {
|
|
3
|
+
pointer-events: auto;
|
|
4
|
+
}
|
|
5
|
+
|
|
2
6
|
[data-slot='children'] {
|
|
3
7
|
visibility: visible;
|
|
4
8
|
|
|
@@ -66,10 +70,7 @@
|
|
|
66
70
|
display: none;
|
|
67
71
|
}
|
|
68
72
|
|
|
69
|
-
font-family: Inter,
|
|
70
|
-
sans-serif,
|
|
71
|
-
ui-sans-serif,
|
|
72
|
-
system-ui;
|
|
73
|
+
font-family: Inter, sans-serif, ui-sans-serif, system-ui;
|
|
73
74
|
border: 1px dashed #f44336 !important;
|
|
74
75
|
/* border-radius: 3px; */
|
|
75
76
|
visibility: visible;
|
|
@@ -144,12 +145,12 @@
|
|
|
144
145
|
outline: none;
|
|
145
146
|
}
|
|
146
147
|
|
|
147
|
-
[data-component-is-third-party=
|
|
148
|
-
background-color: #
|
|
148
|
+
[data-component-is-third-party='true'] {
|
|
149
|
+
background-color: #f4f4f4;
|
|
149
150
|
}
|
|
150
151
|
|
|
151
152
|
:root {
|
|
152
|
-
--selection-bg: #
|
|
153
|
+
--selection-bg: #accef7;
|
|
153
154
|
}
|
|
154
155
|
|
|
155
156
|
.builder ::selection {
|
|
@@ -160,4 +161,4 @@
|
|
|
160
161
|
.builder ::-moz-selection {
|
|
161
162
|
color: currentColor;
|
|
162
163
|
background: var(--selection-bg);
|
|
163
|
-
}
|
|
164
|
+
}
|