@gem-sdk/styles 1.0.11 → 1.3.2
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 +2 -2
- package/dist/builder.min.css +1 -1
- package/package.json +1 -1
- package/src/css/builds/builder.css +2 -2
- package/src/plugins/size.js +9 -0
package/dist/builder.css
CHANGED
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
background-color: #fee4e3 !important;
|
|
91
91
|
|
|
92
92
|
border: 1px dashed #f44336 !important;
|
|
93
|
-
border-radius: 3px;
|
|
93
|
+
/* border-radius: 3px; */
|
|
94
94
|
visibility: visible;
|
|
95
95
|
color: #f44336 !important;
|
|
96
96
|
font-weight: 500;
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
#visual-content .fake-placeholder.visual-placeholder {
|
|
102
102
|
z-index: 20;
|
|
103
103
|
border: 1px dashed #3c67ff;
|
|
104
|
-
border-radius: 3px;
|
|
104
|
+
/* border-radius: 3px; */
|
|
105
105
|
background-color: #d8e1ff;
|
|
106
106
|
display: flex;
|
|
107
107
|
align-items: center;
|
package/dist/builder.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-slot=children]{display:none}.builder [data-slot=children]{border:1px dashed #9e9e9e;border-radius:3px;display:block;height:100%;min-height:60px;position:relative;width:100%}.builder [data-slot=children]:hover{background:#e5e6e8}.builder [data-slot=children]:after{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#aaa;content:"Drop element here";display:-webkit-box;font-size:14px;font-weight:700;left:50%;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.builder [data-slot=children] .drag-placeholder{height:100%}.drag-placeholder{display:none;width:100%}#storefront{position:relative;z-index:20}#visual-content{display:none;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;border:1px dashed #f44336!important;
|
|
1
|
+
[data-slot=children]{display:none}.builder [data-slot=children]{border:1px dashed #9e9e9e;border-radius:3px;display:block;height:100%;min-height:60px;position:relative;width:100%}.builder [data-slot=children]:hover{background:#e5e6e8}.builder [data-slot=children]:after{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#aaa;content:"Drop element here";display:-webkit-box;font-size:14px;font-weight:700;left:50%;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.builder [data-slot=children] .drag-placeholder{height:100%}.drag-placeholder{display:none;width:100%}#storefront{position:relative;z-index:20}#visual-content{display:none;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;border:1px dashed #f44336!important;color:#f44336!important;font-size:14px;font-weight:500;line-height:150%;visibility:visible}#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}
|
package/package.json
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
background-color: #fee4e3 !important;
|
|
83
83
|
|
|
84
84
|
border: 1px dashed #f44336 !important;
|
|
85
|
-
border-radius: 3px;
|
|
85
|
+
/* border-radius: 3px; */
|
|
86
86
|
visibility: visible;
|
|
87
87
|
color: #f44336 !important;
|
|
88
88
|
font-weight: 500;
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
&.visual-placeholder {
|
|
93
93
|
z-index: 20;
|
|
94
94
|
border: 1px dashed #3c67ff;
|
|
95
|
-
border-radius: 3px;
|
|
95
|
+
/* border-radius: 3px; */
|
|
96
96
|
background-color: #d8e1ff;
|
|
97
97
|
display: flex;
|
|
98
98
|
align-items: center;
|
package/src/plugins/size.js
CHANGED
|
@@ -11,6 +11,15 @@ const size = plugin(function ({ addComponents }) {
|
|
|
11
11
|
'.g-s-large': {
|
|
12
12
|
padding: '1em 1.25em',
|
|
13
13
|
},
|
|
14
|
+
'.g-s-tag-small': {
|
|
15
|
+
padding: '2px 8px',
|
|
16
|
+
},
|
|
17
|
+
'.g-s-tag-medium': {
|
|
18
|
+
padding: '4px 12px',
|
|
19
|
+
},
|
|
20
|
+
'.g-s-tag-large': {
|
|
21
|
+
padding: '8px 16px',
|
|
22
|
+
},
|
|
14
23
|
'.g-s-none': {
|
|
15
24
|
padding: '0',
|
|
16
25
|
},
|