@gem-sdk/styles 1.53.0-dev.79 → 1.53.0-dev.91

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 CHANGED
@@ -1,4 +1,200 @@
1
- @tailwind base;
1
+ /*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com*/
2
+ *,
3
+ :after,
4
+ :before {
5
+ border: 0 solid #e5e7eb;
6
+ box-sizing: border-box
7
+ }
8
+ :after,
9
+ :before {
10
+ --tw-content: ""
11
+ }
12
+ html {
13
+ -webkit-text-size-adjust: 100%;
14
+ -webkit-font-feature-settings: normal;
15
+ font-feature-settings: normal;
16
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
17
+ font-variation-settings: normal;
18
+ line-height: 1.5;
19
+ tab-size: 4
20
+ }
21
+ body {
22
+ line-height: inherit;
23
+ margin: 0
24
+ }
25
+ hr:not(.gp-ignore-base-style hr) {
26
+ border-top-width: 1px;
27
+ color: inherit;
28
+ height: 0
29
+ }
30
+ abbr:where([title]) {
31
+ -webkit-text-decoration: underline dotted;
32
+ text-decoration: underline dotted
33
+ }
34
+ h1,
35
+ h2,
36
+ h3,
37
+ h4,
38
+ h5,
39
+ h6 {
40
+ font-size: inherit;
41
+ font-weight: inherit
42
+ }
43
+ a {
44
+ color: inherit;
45
+ text-decoration: inherit
46
+ }
47
+ b,
48
+ strong {
49
+ font-weight: bolder
50
+ }
51
+ code,
52
+ kbd,
53
+ pre,
54
+ samp {
55
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
56
+ font-size: 1em
57
+ }
58
+ small {
59
+ font-size: 80%
60
+ }
61
+ sub,
62
+ sup {
63
+ font-size: 75%;
64
+ line-height: 0;
65
+ position: relative;
66
+ vertical-align: baseline
67
+ }
68
+ sub {
69
+ bottom: -.25em
70
+ }
71
+ sup {
72
+ top: -.5em
73
+ }
74
+ table {
75
+ border-collapse: collapse;
76
+ border-color: inherit;
77
+ text-indent: 0
78
+ }
79
+ button:not(.gp-ignore-base-style button),
80
+ input:not(.gp-ignore-base-style input),
81
+ optgroup:not(.gp-ignore-base-style optgroup),
82
+ select:not(.gp-ignore-base-style select),
83
+ textarea:not(.gp-ignore-base-style textarea) {
84
+ color: inherit;
85
+ font-family: inherit;
86
+ font-size: 100%;
87
+ font-weight: inherit;
88
+ line-height: inherit;
89
+ margin: 0;
90
+ padding: 0
91
+ }
92
+ button:not(.gp-ignore-base-style button),
93
+ select:not(.gp-ignore-base-style select) {
94
+ text-transform: none
95
+ }
96
+ [type=button]:not(.gp-ignore-base-style [type=button]),
97
+ [type=reset]:not(.gp-ignore-base-style [type=reset]),
98
+ [type=submit]:not(.gp-ignore-base-style [type=submit]),
99
+ button:not(.gp-ignore-base-style button) {
100
+ -webkit-appearance: button;
101
+ background-color: transparent;
102
+ background-image: none
103
+ }
104
+ :-moz-focusring {
105
+ outline: auto
106
+ }
107
+ :-moz-ui-invalid {
108
+ box-shadow: none
109
+ }
110
+ progress {
111
+ vertical-align: baseline
112
+ }
113
+ ::-webkit-inner-spin-button,
114
+ ::-webkit-outer-spin-button {
115
+ height: auto
116
+ }
117
+ [type=search]:not(.gp-ignore-base-style [type=search]) {
118
+ -webkit-appearance: textfield;
119
+ outline-offset: -2px
120
+ }
121
+ ::-webkit-search-decoration {
122
+ -webkit-appearance: none
123
+ }
124
+ ::-webkit-file-upload-button {
125
+ -webkit-appearance: button;
126
+ font: inherit
127
+ }
128
+ summary {
129
+ display: list-item
130
+ }
131
+ blockquote,
132
+ dd,
133
+ dl,
134
+ figure,
135
+ h1,
136
+ h2,
137
+ h3,
138
+ h4,
139
+ h5,
140
+ h6,
141
+ hr,
142
+ p,
143
+ pre {
144
+ margin: 0
145
+ }
146
+ fieldset {
147
+ margin: 0
148
+ }
149
+ fieldset,
150
+ legend {
151
+ padding: 0
152
+ }
153
+ menu,
154
+ ol,
155
+ ul {
156
+ list-style: none;
157
+ margin: 0;
158
+ padding: 0
159
+ }
160
+ textarea {
161
+ resize: vertical
162
+ }
163
+ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
164
+ color: #9ca3af;
165
+ opacity: 1
166
+ }
167
+ input::placeholder,
168
+ textarea::placeholder {
169
+ color: #9ca3af;
170
+ opacity: 1
171
+ }
172
+ [role=button],
173
+ button {
174
+ cursor: pointer
175
+ }
176
+ :disabled {
177
+ cursor: default
178
+ }
179
+ audio,
180
+ canvas,
181
+ embed,
182
+ iframe,
183
+ img,
184
+ object,
185
+ svg,
186
+ video {
187
+ display: block;
188
+ vertical-align: middle
189
+ }
190
+ img,
191
+ video {
192
+ height: auto;
193
+ max-width: 100%
194
+ }
195
+ [hidden] {
196
+ display: none
197
+ }
2
198
  @tailwind components;
3
199
  @tailwind utilities;
4
200
  html {
@@ -91,14 +287,14 @@ html {
91
287
  .gp-text-instant ol>li {
92
288
  list-style: decimal inside !important;
93
289
  }
94
- [display-init='hide'] > div {
290
+ [display-init='hide'] >div {
95
291
  visibility: hidden !important;
96
292
  max-height: 0 !important;
97
293
  overflow: hidden !important;
98
294
  display: inline !important;
99
295
  }
100
- [display-init='hide'] > div * {
101
- max-height: 0 !important;
296
+ [display-init='hide'] >div * {
297
+ max-height: 0 !important;
102
298
  }
103
299
  [data-slot='children'] {
104
300
  width: 100%;
@@ -363,7 +559,7 @@ p {
363
559
  [style*="--mbchild:"]> :first-child {
364
560
  margin-bottom: var(--mbchild);
365
561
  }
366
- @media (min-width: 1024px){
562
+ @media (min-width: 1024px) {
367
563
  .rfm-marquee-container:hover div {
368
564
  -webkit-animation-play-state: var(--pause-on-hover);
369
565
  animation-play-state: var(--pause-on-hover);
@@ -373,4 +569,4 @@ p {
373
569
  -webkit-animation-play-state: var(--pause-on-click);
374
570
  animation-play-state: var(--pause-on-click);
375
571
  }
376
- }
572
+ }
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,.gp-text-instant ol,.gp-text-instant 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>li,.gp-text-instant ul>li{list-style:disc inside!important}.gp-text ol>li,.gp-text-instant ol>li{list-style:decimal inside!important}[display-init=hide]>div{display:inline!important;max-height:0!important;overflow:hidden!important;visibility:hidden!important}[display-init=hide]>div *{max-height:0!important}[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].product-feature-image{border:unset;visibility:visible!important}[data-slot=children]:not(.product-feature-image):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-instant-page [data-slot=children].product-feature-image{border:unset;visibility:visible!important}.gp-instant-page [data-slot=children].product-feature-image:after{border:unset;color:#aaa;visibility:visible}.gp-instant-page [data-slot=children].product-feature-image .drag-placeholder{height:100%}.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-p-description-text p:last-child{margin-bottom:0!important}.gp-tab-header-list::-webkit-scrollbar{display:none}.rfm-marquee-container{display:flex;flex-direction:row;max-width:unset!important;position:relative;-webkit-transform:var(--transform);transform:var(--transform);width:var(--width)}.rfm-overlay{height:100%;position:absolute;width:100%}.rfm-overlay:after{right:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rfm-overlay:before{left:0;top:0}.rfm-marquee{align-items:center;-webkit-animation:scroll var(--duration) linear var(--delay) var(--iteration-count);animation:scroll var(--duration) linear var(--delay) var(--iteration-count);-webkit-animation-delay:var(--delay);animation-delay:var(--delay);-webkit-animation-direction:var(--direction);animation-direction:var(--direction);-webkit-animation-play-state:var(--play);animation-play-state:var(--play);display:flex;flex:0 0 auto;flex-direction:row;max-width:unset!important;min-width:var(--min-width);z-index:1}@-webkit-keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.rfm-initial-child-container{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;min-width:auto}.rfm-child{-webkit-transform:var(--transform);transform:var(--transform)}[style*="--grchild:"]>:first-child{grid-row:var(--grchild)}[style*="--mbchild:"]>:first-child{margin-bottom:var(--mbchild)}@media (min-width:1024px){.rfm-marquee-container:hover div{-webkit-animation-play-state:var(--pause-on-hover);animation-play-state:var(--pause-on-hover)}.rfm-marquee-container:active div{-webkit-animation-play-state:var(--pause-on-click);animation-play-state:var(--pause-on-click)}}
1
+ /*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr:not(.gp-ignore-base-style hr){border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button:not(.gp-ignore-base-style button),input:not(.gp-ignore-base-style input),optgroup:not(.gp-ignore-base-style optgroup),select:not(.gp-ignore-base-style select),textarea:not(.gp-ignore-base-style textarea){color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button:not(.gp-ignore-base-style button),select:not(.gp-ignore-base-style select){text-transform:none}[type=button]:not(.gp-ignore-base-style [type=button]),[type=reset]:not(.gp-ignore-base-style [type=reset]),[type=submit]:not(.gp-ignore-base-style [type=submit]),button:not(.gp-ignore-base-style button){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]:not(.gp-ignore-base-style [type=search]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}@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,.gp-text-instant ol,.gp-text-instant 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>li,.gp-text-instant ul>li{list-style:disc inside!important}.gp-text ol>li,.gp-text-instant ol>li{list-style:decimal inside!important}[display-init=hide]>div{display:inline!important;max-height:0!important;overflow:hidden!important;visibility:hidden!important}[display-init=hide]>div *{max-height:0!important}[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].product-feature-image{border:unset;visibility:visible!important}[data-slot=children]:not(.product-feature-image):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-instant-page [data-slot=children].product-feature-image{border:unset;visibility:visible!important}.gp-instant-page [data-slot=children].product-feature-image:after{border:unset;color:#aaa;visibility:visible}.gp-instant-page [data-slot=children].product-feature-image .drag-placeholder{height:100%}.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-p-description-text p:last-child{margin-bottom:0!important}.gp-tab-header-list::-webkit-scrollbar{display:none}.rfm-marquee-container{display:flex;flex-direction:row;max-width:unset!important;position:relative;-webkit-transform:var(--transform);transform:var(--transform);width:var(--width)}.rfm-overlay{height:100%;position:absolute;width:100%}.rfm-overlay:after{right:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rfm-overlay:before{left:0;top:0}.rfm-marquee{align-items:center;-webkit-animation:scroll var(--duration) linear var(--delay) var(--iteration-count);animation:scroll var(--duration) linear var(--delay) var(--iteration-count);-webkit-animation-delay:var(--delay);animation-delay:var(--delay);-webkit-animation-direction:var(--direction);animation-direction:var(--direction);-webkit-animation-play-state:var(--play);animation-play-state:var(--play);display:flex;flex:0 0 auto;flex-direction:row;max-width:unset!important;min-width:var(--min-width);z-index:1}@-webkit-keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.rfm-initial-child-container{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;min-width:auto}.rfm-child{-webkit-transform:var(--transform);transform:var(--transform)}[style*="--grchild:"]>:first-child{grid-row:var(--grchild)}[style*="--mbchild:"]>:first-child{margin-bottom:var(--mbchild)}@media (min-width:1024px){.rfm-marquee-container:hover div{-webkit-animation-play-state:var(--pause-on-hover);animation-play-state:var(--pause-on-hover)}.rfm-marquee-container:active div{-webkit-animation-play-state:var(--pause-on-click);animation-play-state:var(--pause-on-click)}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/styles",
3
- "version": "1.53.0-dev.79",
3
+ "version": "1.53.0-dev.91",
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",
@@ -1,4 +1,240 @@
1
- @tailwind base;
1
+ /*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com*/
2
+ *,
3
+ :after,
4
+ :before {
5
+ border: 0 solid #e5e7eb;
6
+ box-sizing: border-box
7
+ }
8
+
9
+ :after,
10
+ :before {
11
+ --tw-content: ""
12
+ }
13
+
14
+ html {
15
+ -webkit-text-size-adjust: 100%;
16
+ font-feature-settings: normal;
17
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
18
+ font-variation-settings: normal;
19
+ line-height: 1.5;
20
+ -moz-tab-size: 4;
21
+ -o-tab-size: 4;
22
+ tab-size: 4
23
+ }
24
+
25
+ body {
26
+ line-height: inherit;
27
+ margin: 0
28
+ }
29
+
30
+ hr:not(.gp-ignore-base-style hr) {
31
+ border-top-width: 1px;
32
+ color: inherit;
33
+ height: 0
34
+ }
35
+
36
+ abbr:where([title]) {
37
+ -webkit-text-decoration: underline dotted;
38
+ text-decoration: underline dotted
39
+ }
40
+
41
+ h1,
42
+ h2,
43
+ h3,
44
+ h4,
45
+ h5,
46
+ h6 {
47
+ font-size: inherit;
48
+ font-weight: inherit
49
+ }
50
+
51
+ a {
52
+ color: inherit;
53
+ text-decoration: inherit
54
+ }
55
+
56
+ b,
57
+ strong {
58
+ font-weight: bolder
59
+ }
60
+
61
+ code,
62
+ kbd,
63
+ pre,
64
+ samp {
65
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
66
+ font-size: 1em
67
+ }
68
+
69
+ small {
70
+ font-size: 80%
71
+ }
72
+
73
+ sub,
74
+ sup {
75
+ font-size: 75%;
76
+ line-height: 0;
77
+ position: relative;
78
+ vertical-align: baseline
79
+ }
80
+
81
+ sub {
82
+ bottom: -.25em
83
+ }
84
+
85
+ sup {
86
+ top: -.5em
87
+ }
88
+
89
+ table {
90
+ border-collapse: collapse;
91
+ border-color: inherit;
92
+ text-indent: 0
93
+ }
94
+
95
+ button:not(.gp-ignore-base-style button),
96
+ input:not(.gp-ignore-base-style input),
97
+ optgroup:not(.gp-ignore-base-style optgroup),
98
+ select:not(.gp-ignore-base-style select),
99
+ textarea:not(.gp-ignore-base-style textarea) {
100
+ color: inherit;
101
+ font-family: inherit;
102
+ font-size: 100%;
103
+ font-weight: inherit;
104
+ line-height: inherit;
105
+ margin: 0;
106
+ padding: 0
107
+ }
108
+
109
+ button:not(.gp-ignore-base-style button),
110
+ select:not(.gp-ignore-base-style select) {
111
+ text-transform: none
112
+ }
113
+
114
+ [type=button]:not(.gp-ignore-base-style [type=button]),
115
+ [type=reset]:not(.gp-ignore-base-style [type=reset]),
116
+ [type=submit]:not(.gp-ignore-base-style [type=submit]),
117
+ button:not(.gp-ignore-base-style button) {
118
+ -webkit-appearance: button;
119
+ background-color: transparent;
120
+ background-image: none
121
+ }
122
+
123
+ :-moz-focusring {
124
+ outline: auto
125
+ }
126
+
127
+ :-moz-ui-invalid {
128
+ box-shadow: none
129
+ }
130
+
131
+ progress {
132
+ vertical-align: baseline
133
+ }
134
+
135
+ ::-webkit-inner-spin-button,
136
+ ::-webkit-outer-spin-button {
137
+ height: auto
138
+ }
139
+
140
+ [type=search]:not(.gp-ignore-base-style [type=search]) {
141
+ -webkit-appearance: textfield;
142
+ outline-offset: -2px
143
+ }
144
+
145
+ ::-webkit-search-decoration {
146
+ -webkit-appearance: none
147
+ }
148
+
149
+ ::-webkit-file-upload-button {
150
+ -webkit-appearance: button;
151
+ font: inherit
152
+ }
153
+
154
+ summary {
155
+ display: list-item
156
+ }
157
+
158
+ blockquote,
159
+ dd,
160
+ dl,
161
+ figure,
162
+ h1,
163
+ h2,
164
+ h3,
165
+ h4,
166
+ h5,
167
+ h6,
168
+ hr,
169
+ p,
170
+ pre {
171
+ margin: 0
172
+ }
173
+
174
+ fieldset {
175
+ margin: 0
176
+ }
177
+
178
+ fieldset,
179
+ legend {
180
+ padding: 0
181
+ }
182
+
183
+ menu,
184
+ ol,
185
+ ul {
186
+ list-style: none;
187
+ margin: 0;
188
+ padding: 0
189
+ }
190
+
191
+ textarea {
192
+ resize: vertical
193
+ }
194
+
195
+ input::-moz-placeholder,
196
+ textarea::-moz-placeholder {
197
+ color: #9ca3af;
198
+ opacity: 1
199
+ }
200
+
201
+ input::placeholder,
202
+ textarea::placeholder {
203
+ color: #9ca3af;
204
+ opacity: 1
205
+ }
206
+
207
+ [role=button],
208
+ button {
209
+ cursor: pointer
210
+ }
211
+
212
+ :disabled {
213
+ cursor: default
214
+ }
215
+
216
+ audio,
217
+ canvas,
218
+ embed,
219
+ iframe,
220
+ img,
221
+ object,
222
+ svg,
223
+ video {
224
+ display: block;
225
+ vertical-align: middle
226
+ }
227
+
228
+ img,
229
+ video {
230
+ height: auto;
231
+ max-width: 100%
232
+ }
233
+
234
+ [hidden] {
235
+ display: none
236
+ }
237
+
2
238
  @tailwind components;
3
239
  @tailwind utilities;
4
240
 
@@ -110,13 +346,14 @@ html {
110
346
  }
111
347
 
112
348
  [display-init='hide'] {
113
- > div {
349
+ >div {
114
350
  visibility: hidden !important;
115
351
  max-height: 0 !important;
116
352
  overflow: hidden !important;
117
353
  display: inline !important;
354
+
118
355
  * {
119
- max-height: 0 !important;
356
+ max-height: 0 !important;
120
357
  }
121
358
  }
122
359
  }
@@ -403,6 +640,7 @@ p {
403
640
  [style*="--grchild:"]> :first-child {
404
641
  grid-row: var(--grchild);
405
642
  }
643
+
406
644
  [style*="--mbchild:"]> :first-child {
407
645
  margin-bottom: var(--mbchild);
408
- }
646
+ }