@gem-sdk/styles 1.39.13 → 1.39.19
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 +15 -4
- package/dist/base.min.css +1 -1
- package/package.json +1 -1
- package/src/css/builds/base.css +15 -4
package/dist/base.css
CHANGED
|
@@ -86,7 +86,7 @@ html {
|
|
|
86
86
|
list-style-type: disc;
|
|
87
87
|
}
|
|
88
88
|
.gp-text li {
|
|
89
|
-
list-style
|
|
89
|
+
list-style: inside !important;
|
|
90
90
|
}
|
|
91
91
|
.gp-text ol {
|
|
92
92
|
list-style-type: decimal;
|
|
@@ -176,11 +176,22 @@ p {
|
|
|
176
176
|
-webkit-margin-end: 0px;
|
|
177
177
|
margin-inline-end: 0px;
|
|
178
178
|
}
|
|
179
|
-
.gp-p-description-text h1,
|
|
179
|
+
.gp-p-description-text h1,
|
|
180
|
+
.gp-p-description-text h2,
|
|
181
|
+
.gp-p-description-text h3,
|
|
182
|
+
.gp-p-description-text h4,
|
|
183
|
+
.gp-p-description-text h5,
|
|
184
|
+
.gp-p-description-text h6 {
|
|
180
185
|
display: block;
|
|
181
186
|
font-weight: bold;
|
|
182
187
|
}
|
|
183
|
-
.gp-p-description-text p,
|
|
188
|
+
.gp-p-description-text p,
|
|
189
|
+
.gp-p-description-text h1,
|
|
190
|
+
.gp-p-description-text h2,
|
|
191
|
+
.gp-p-description-text h3,
|
|
192
|
+
.gp-p-description-text h4,
|
|
193
|
+
.gp-p-description-text h5,
|
|
194
|
+
.gp-p-description-text h6 {
|
|
184
195
|
margin: 0 0 1em 0;
|
|
185
196
|
line-height: 1.4;
|
|
186
197
|
}
|
|
@@ -243,4 +254,4 @@ p {
|
|
|
243
254
|
}
|
|
244
255
|
.gp-tab-header-list::-webkit-scrollbar {
|
|
245
256
|
display: none;
|
|
246
|
-
}
|
|
257
|
+
}
|
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
|
|
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:inside!important}.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}p{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-align:inherit}.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;font-size:2em;margin-block-end:.67em;margin-block-start:.67em;margin-inline-end:0;margin-inline-start:0}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6{display:block;font-weight:700}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6,.gp-p-description-text p{line-height:1.4;margin:0 0 1em}.gp-p-description-text h2{font-size:1.5em}.gp-p-description-text h3{font-size:1.17em}.gp-p-description-text a{color:-webkit-link;cursor:text;text-decoration:underline}.gp-p-description-text h4{font-size:1em}.gp-p-description-text h5{font-size:.83em}.gp-p-description-text h6{font-size:.67em}.gp-p-description-text ul{list-style-type:disc}.gp-p-description-text ol{list-style-type:decimal}.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!important;padding:unset!important}.gp-p-description-text table{border-collapse:separate;border-spacing:2px;box-sizing:border-box;display:table;text-indent:0;width:100%}.gp-tab-header-list::-webkit-scrollbar{display:none}
|
package/package.json
CHANGED
package/src/css/builds/base.css
CHANGED
|
@@ -88,7 +88,7 @@ html {
|
|
|
88
88
|
list-style-type: disc;
|
|
89
89
|
}
|
|
90
90
|
.gp-text li {
|
|
91
|
-
list-style
|
|
91
|
+
list-style: inside !important;
|
|
92
92
|
}
|
|
93
93
|
.gp-text ol {
|
|
94
94
|
list-style-type: decimal;
|
|
@@ -179,12 +179,23 @@ p {
|
|
|
179
179
|
margin-inline-end: 0px;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.gp-p-description-text h1,
|
|
182
|
+
.gp-p-description-text h1,
|
|
183
|
+
.gp-p-description-text h2,
|
|
184
|
+
.gp-p-description-text h3,
|
|
185
|
+
.gp-p-description-text h4,
|
|
186
|
+
.gp-p-description-text h5,
|
|
187
|
+
.gp-p-description-text h6 {
|
|
183
188
|
display: block;
|
|
184
189
|
font-weight: bold;
|
|
185
190
|
}
|
|
186
191
|
|
|
187
|
-
.gp-p-description-text p,
|
|
192
|
+
.gp-p-description-text p,
|
|
193
|
+
.gp-p-description-text h1,
|
|
194
|
+
.gp-p-description-text h2,
|
|
195
|
+
.gp-p-description-text h3,
|
|
196
|
+
.gp-p-description-text h4,
|
|
197
|
+
.gp-p-description-text h5,
|
|
198
|
+
.gp-p-description-text h6 {
|
|
188
199
|
margin: 0 0 1em 0;
|
|
189
200
|
line-height: 1.4;
|
|
190
201
|
}
|
|
@@ -255,4 +266,4 @@ p {
|
|
|
255
266
|
|
|
256
267
|
.gp-tab-header-list::-webkit-scrollbar {
|
|
257
268
|
display: none;
|
|
258
|
-
}
|
|
269
|
+
}
|