@gem-sdk/styles 1.10.26 → 1.10.30
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/base.css +10 -10
- package/dist/base.min.css +1 -1
- package/package.json +1 -1
- package/src/css/builds/base.css +10 -9
package/dist/base.css
CHANGED
|
@@ -93,9 +93,6 @@ html {
|
|
|
93
93
|
}
|
|
94
94
|
[data-slot='children'] {
|
|
95
95
|
width: 100%;
|
|
96
|
-
min-width: -webkit-fit-content;
|
|
97
|
-
min-width: -moz-fit-content;
|
|
98
|
-
min-width: fit-content;
|
|
99
96
|
min-height: 60px;
|
|
100
97
|
height: 100%;
|
|
101
98
|
border: 1px dashed #9e9e9e;
|
|
@@ -104,6 +101,7 @@ html {
|
|
|
104
101
|
justify-content: center;
|
|
105
102
|
align-items: center;
|
|
106
103
|
visibility: hidden;
|
|
104
|
+
overflow: hidden;
|
|
107
105
|
}
|
|
108
106
|
[data-slot='children']:after {
|
|
109
107
|
content: 'Drop element here';
|
|
@@ -111,12 +109,12 @@ html {
|
|
|
111
109
|
text-align: center;
|
|
112
110
|
font-size: 14px;
|
|
113
111
|
font-weight: bold;
|
|
114
|
-
display: -webkit-box;
|
|
112
|
+
/* display: -webkit-box;
|
|
115
113
|
-webkit-line-clamp: 1;
|
|
116
|
-
-webkit-box-orient: vertical;
|
|
114
|
+
-webkit-box-orient: vertical; */
|
|
117
115
|
white-space: nowrap;
|
|
118
|
-
|
|
119
|
-
|
|
116
|
+
text-overflow: ellipsis;
|
|
117
|
+
overflow: hidden;
|
|
120
118
|
}
|
|
121
119
|
.gp-dialog {
|
|
122
120
|
display: none;
|
|
@@ -236,8 +234,10 @@ h6 {
|
|
|
236
234
|
-webkit-margin-end: 40px;
|
|
237
235
|
margin-inline-end: 40px;
|
|
238
236
|
}
|
|
239
|
-
.gp-p-description-text table,
|
|
240
|
-
|
|
237
|
+
.gp-p-description-text table,
|
|
238
|
+
.gp-p-description-text td,
|
|
239
|
+
.gp-p-description-text th {
|
|
240
|
+
border: 1px dashed #ccc;
|
|
241
241
|
padding: unset;
|
|
242
242
|
}
|
|
243
243
|
.gp-p-description-text table {
|
|
@@ -248,5 +248,5 @@ h6 {
|
|
|
248
248
|
border-spacing: 2px;
|
|
249
249
|
}
|
|
250
250
|
.gp-tab-header-list::-webkit-scrollbar {
|
|
251
|
-
display: none
|
|
251
|
+
display: none;
|
|
252
252
|
}
|
package/dist/base.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@tailwind base;@tailwind components;@tailwind utilities;html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}#__next{height:100%;overflow-x:clip}.wrapper{margin-left:auto;margin-right:auto;max-width:var(--g-ct-w,1200px);padding-left:var(--g-ct-p);padding-right:var(--g-ct-p);width:100%}.gem-slider:not([data-keen-slider-disabled]){align-content:flex-start;display:flex;min-height:100%;overflow:hidden;position:relative;width:100%}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[data-keen-slider-moves] *{pointer-events:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pt-safe{padding-top:env(safe-area-inset-top)}.pl-safe{padding-left:env(safe-area-inset-left)}.pr-safe{padding-right:env(safe-area-inset-right)}.p-safe{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.px-safe{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.py-safe{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.h-safe{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.min-h-safe{min-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.gp-text ol,.gp-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-text ul{list-style-type:disc}.gp-text li{list-style-position:inside}.gp-text ol{list-style-type:decimal}[data-slot=children]{align-items:center;border:1px dashed #9e9e9e;border-radius:3px;display:inline-flex;height:100%;justify-content:center;min-height:60px;
|
|
1
|
+
@tailwind base;@tailwind components;@tailwind utilities;html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}#__next{height:100%;overflow-x:clip}.wrapper{margin-left:auto;margin-right:auto;max-width:var(--g-ct-w,1200px);padding-left:var(--g-ct-p);padding-right:var(--g-ct-p);width:100%}.gem-slider:not([data-keen-slider-disabled]){align-content:flex-start;display:flex;min-height:100%;overflow:hidden;position:relative;width:100%}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[data-keen-slider-moves] *{pointer-events:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pt-safe{padding-top:env(safe-area-inset-top)}.pl-safe{padding-left:env(safe-area-inset-left)}.pr-safe{padding-right:env(safe-area-inset-right)}.p-safe{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.px-safe{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.py-safe{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.h-safe{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.min-h-safe{min-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.gp-text ol,.gp-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-text ul{list-style-type:disc}.gp-text li{list-style-position:inside}.gp-text ol{list-style-type:decimal}[data-slot=children]{align-items:center;border:1px dashed #9e9e9e;border-radius:3px;display:inline-flex;height:100%;justify-content:center;min-height:60px;overflow:hidden;visibility:hidden;width:100%}[data-slot=children]:after{content:"Drop element here";font-size:14px;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis;visibility:hidden;white-space:nowrap}.gp-dialog{display:none}.gp-dialog[open]{display:block}.gp-dialog:modal{position:fixed}h1,h2,h3,h4,h5,h6{word-break:normal}.gp-p-description-text ol,.gp-p-description-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-p-description-text ol ol{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.gp-p-description-text h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-size:2em;font-weight:700;line-height:1.4;margin-block-end:.67em;margin-block-start:.67em;margin-inline-end:0;margin-inline-start:0;margin:0 0 1em}.gp-p-description-text h2{font-size:1.5em;font-weight:700;line-height:1.4;margin:0 0 1em}.gp-p-description-text h3{font-size:1.17em;font-weight:700;line-height:1.4;margin:0 0 1em}.gp-p-description-text a{color:-webkit-link;cursor:text;text-decoration:underline}.gp-p-description-text h4{font-size:1em;font-weight:700;line-height:1.4;margin:0 0 1em}.gp-p-description-text h5{font-size:.83em;font-weight:700;line-height:1.4;margin:0 0 1em}.gp-p-description-text h6{font-size:.67em;font-weight:700;line-height:1.4;margin:0 0 1em}.gp-p-description-text ul{list-style-type:disc}.gp-p-description-text ol{list-style-type:decimal}.gp-p-description-text p{line-height:1.4;margin:0 0 1em}.gp-p-description-text ul li{display:list-item;list-style:disc none outside;text-align:-webkit-match-parent;word-break:break-word}.gp-p-description-text blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:40px;-webkit-margin-end:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:40px;margin-inline-start:40px}.gp-p-description-text table,.gp-p-description-text td,.gp-p-description-text th{border:1px dashed #ccc;padding:unset}.gp-p-description-text table{border-collapse:separate;border-spacing:2px;box-sizing:border-box;display:table;text-indent:0}.gp-tab-header-list::-webkit-scrollbar{display:none}
|
package/package.json
CHANGED
package/src/css/builds/base.css
CHANGED
|
@@ -96,7 +96,6 @@ html {
|
|
|
96
96
|
|
|
97
97
|
[data-slot='children'] {
|
|
98
98
|
width: 100%;
|
|
99
|
-
min-width: fit-content;
|
|
100
99
|
min-height: 60px;
|
|
101
100
|
height: 100%;
|
|
102
101
|
border: 1px dashed #9e9e9e;
|
|
@@ -105,18 +104,19 @@ html {
|
|
|
105
104
|
justify-content: center;
|
|
106
105
|
align-items: center;
|
|
107
106
|
visibility: hidden;
|
|
107
|
+
overflow: hidden;
|
|
108
108
|
&:after {
|
|
109
109
|
content: 'Drop element here';
|
|
110
110
|
visibility: hidden;
|
|
111
111
|
text-align: center;
|
|
112
112
|
font-size: 14px;
|
|
113
113
|
font-weight: bold;
|
|
114
|
-
display: -webkit-box;
|
|
114
|
+
/* display: -webkit-box;
|
|
115
115
|
-webkit-line-clamp: 1;
|
|
116
|
-
-webkit-box-orient: vertical;
|
|
116
|
+
-webkit-box-orient: vertical; */
|
|
117
117
|
white-space: nowrap;
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
text-overflow: ellipsis;
|
|
119
|
+
overflow: hidden;
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
.gp-dialog {
|
|
@@ -234,7 +234,6 @@ h6 {
|
|
|
234
234
|
text-align: -webkit-match-parent;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
|
|
238
237
|
.gp-p-description-text blockquote {
|
|
239
238
|
display: block;
|
|
240
239
|
margin-block-start: 1em;
|
|
@@ -243,8 +242,10 @@ h6 {
|
|
|
243
242
|
margin-inline-end: 40px;
|
|
244
243
|
}
|
|
245
244
|
|
|
246
|
-
.gp-p-description-text table,
|
|
247
|
-
|
|
245
|
+
.gp-p-description-text table,
|
|
246
|
+
.gp-p-description-text td,
|
|
247
|
+
.gp-p-description-text th {
|
|
248
|
+
border: 1px dashed #ccc;
|
|
248
249
|
padding: unset;
|
|
249
250
|
}
|
|
250
251
|
|
|
@@ -257,5 +258,5 @@ h6 {
|
|
|
257
258
|
}
|
|
258
259
|
|
|
259
260
|
.gp-tab-header-list::-webkit-scrollbar {
|
|
260
|
-
display: none
|
|
261
|
+
display: none;
|
|
261
262
|
}
|