@ulu/frontend 0.1.0-beta.39 → 0.1.0-beta.40
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/CHANGELOG.md +7 -0
- package/dist/ulu-frontend.min.css +1 -1
- package/dist/ulu-frontend.min.js +14 -14
- package/docs-dev/changelog/index.html +107 -9
- package/docs-dev/demos/accordion/index.html +60 -0
- package/docs-dev/demos/breakpoints-manager/index.html +60 -0
- package/docs-dev/demos/button/index.html +60 -0
- package/docs-dev/demos/button-verbose/index.html +60 -0
- package/docs-dev/demos/callout/index.html +60 -0
- package/docs-dev/demos/captioned-figure/index.html +60 -0
- package/docs-dev/demos/card/index.html +76 -16
- package/docs-dev/demos/card-grid/index.html +60 -0
- package/docs-dev/demos/counter-list/index.html +5224 -0
- package/docs-dev/demos/css-icons/index.html +60 -0
- package/docs-dev/demos/data-grid/index.html +60 -0
- package/docs-dev/demos/data-table/index.html +160 -100
- package/docs-dev/demos/details-group/index.html +60 -0
- package/docs-dev/demos/file-save/index.html +60 -0
- package/docs-dev/demos/flipcard/index.html +60 -0
- package/docs-dev/demos/form-theme/index.html +60 -0
- package/docs-dev/demos/index.html +60 -0
- package/docs-dev/demos/list-inline/index.html +60 -0
- package/docs-dev/demos/list-lines/index.html +60 -0
- package/docs-dev/demos/menu-stack/index.html +60 -0
- package/docs-dev/demos/modals/index.html +68 -0
- package/docs-dev/demos/nav-strip/index.html +60 -0
- package/docs-dev/demos/overlay-section/index.html +60 -0
- package/docs-dev/demos/popovers/index.html +60 -0
- package/docs-dev/demos/print/index.html +60 -0
- package/docs-dev/demos/pull-quote/index.html +60 -0
- package/docs-dev/demos/rule/index.html +60 -0
- package/docs-dev/demos/scrollpoints/index.html +60 -0
- package/docs-dev/demos/spoke-spinner/index.html +60 -0
- package/docs-dev/demos/sticky-list/index.html +60 -0
- package/docs-dev/demos/tabs/index.html +60 -0
- package/docs-dev/demos/tag/index.html +60 -0
- package/docs-dev/demos/theme-toggle/index.html +60 -0
- package/docs-dev/demos/tiles/index.html +60 -0
- package/docs-dev/demos/tooltip/index.html +60 -0
- package/docs-dev/guide/building-stylesheet/index.html +60 -0
- package/docs-dev/guide/developing-ulu-scss-module/index.html +60 -0
- package/docs-dev/guide/index.html +60 -0
- package/docs-dev/index.html +60 -0
- package/docs-dev/javascript/events/index.html +60 -0
- package/docs-dev/javascript/index.html +60 -0
- package/docs-dev/javascript/settings/index.html +60 -0
- package/docs-dev/javascript/ui-breakpoints/index.html +60 -0
- package/docs-dev/javascript/ui-collapsible/index.html +60 -0
- package/docs-dev/javascript/ui-details-group/index.html +60 -0
- package/docs-dev/javascript/ui-dialog/index.html +60 -0
- package/docs-dev/javascript/ui-flipcard/index.html +60 -0
- package/docs-dev/javascript/ui-grid/index.html +60 -0
- package/docs-dev/javascript/ui-modal-builder/index.html +60 -0
- package/docs-dev/javascript/ui-overflow-scroller/index.html +60 -0
- package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +60 -0
- package/docs-dev/javascript/ui-page/index.html +60 -0
- package/docs-dev/javascript/ui-popover/index.html +60 -0
- package/docs-dev/javascript/ui-print/index.html +60 -0
- package/docs-dev/javascript/ui-print-details/index.html +60 -0
- package/docs-dev/javascript/ui-programmatic-modal/index.html +60 -0
- package/docs-dev/javascript/ui-proxy-click/index.html +60 -0
- package/docs-dev/javascript/ui-resizer/index.html +60 -0
- package/docs-dev/javascript/ui-scroll-slider/index.html +60 -0
- package/docs-dev/javascript/ui-scrollpoint/index.html +60 -0
- package/docs-dev/javascript/ui-slider/index.html +60 -0
- package/docs-dev/javascript/ui-tabs/index.html +60 -0
- package/docs-dev/javascript/ui-theme-toggle/index.html +60 -0
- package/docs-dev/javascript/ui-tooltip/index.html +60 -0
- package/docs-dev/javascript/utils-class-logger/index.html +60 -0
- package/docs-dev/javascript/utils-css/index.html +60 -0
- package/docs-dev/javascript/utils-dom/index.html +105 -8
- package/docs-dev/javascript/utils-file-save/index.html +60 -0
- package/docs-dev/javascript/utils-floating-ui/index.html +60 -0
- package/docs-dev/javascript/utils-id/index.html +60 -0
- package/docs-dev/javascript/utils-pause-youtube-video/index.html +60 -0
- package/docs-dev/javascript/utils-system/index.html +60 -0
- package/docs-dev/sass/base/color/index.html +60 -0
- package/docs-dev/sass/base/elements/index.html +130 -70
- package/docs-dev/sass/base/index/index.html +116 -56
- package/docs-dev/sass/base/index.html +60 -0
- package/docs-dev/sass/base/keyframes/index.html +60 -0
- package/docs-dev/sass/base/layout/index.html +123 -63
- package/docs-dev/sass/base/normalize/index.html +60 -0
- package/docs-dev/sass/base/print/index.html +60 -0
- package/docs-dev/sass/base/root/index.html +60 -0
- package/docs-dev/sass/base/typography/index.html +60 -0
- package/docs-dev/sass/components/accordion/index.html +178 -118
- package/docs-dev/sass/components/adaptive-spacing/index.html +184 -124
- package/docs-dev/sass/components/badge/index.html +156 -96
- package/docs-dev/sass/components/basic-hero/index.html +122 -62
- package/docs-dev/sass/components/button/index.html +109 -49
- package/docs-dev/sass/components/button-verbose/index.html +188 -128
- package/docs-dev/sass/components/callout/index.html +223 -163
- package/docs-dev/sass/components/captioned-figure/index.html +174 -114
- package/docs-dev/sass/components/card/index.html +228 -168
- package/docs-dev/sass/components/card-grid/index.html +130 -70
- package/docs-dev/sass/components/counter-list/index.html +5458 -0
- package/docs-dev/sass/components/css-icon/index.html +200 -140
- package/docs-dev/sass/components/data-grid/index.html +227 -167
- package/docs-dev/sass/components/data-table/index.html +174 -114
- package/docs-dev/sass/components/fill-context/index.html +60 -0
- package/docs-dev/sass/components/flipcard/index.html +222 -162
- package/docs-dev/sass/components/flipcard-grid/index.html +117 -57
- package/docs-dev/sass/components/form-theme/index.html +497 -437
- package/docs-dev/sass/components/hero/index.html +167 -107
- package/docs-dev/sass/components/horizontal-rule/index.html +116 -56
- package/docs-dev/sass/components/image-grid/index.html +123 -63
- package/docs-dev/sass/components/index/index.html +161 -100
- package/docs-dev/sass/components/index.html +60 -0
- package/docs-dev/sass/components/links/index.html +60 -0
- package/docs-dev/sass/components/list-inline/index.html +137 -77
- package/docs-dev/sass/components/list-lines/index.html +158 -98
- package/docs-dev/sass/components/list-ordered/index.html +60 -0
- package/docs-dev/sass/components/list-unordered/index.html +60 -0
- package/docs-dev/sass/components/menu-stack/index.html +179 -119
- package/docs-dev/sass/components/modal/index.html +174 -114
- package/docs-dev/sass/components/nav-strip/index.html +174 -114
- package/docs-dev/sass/components/overlay-section/index.html +161 -101
- package/docs-dev/sass/components/pager/index.html +174 -114
- package/docs-dev/sass/components/placeholder-block/index.html +174 -114
- package/docs-dev/sass/components/popover/index.html +174 -114
- package/docs-dev/sass/components/pull-quote/index.html +174 -114
- package/docs-dev/sass/components/ratio-box/index.html +120 -60
- package/docs-dev/sass/components/rule/index.html +123 -63
- package/docs-dev/sass/components/scroll-slider/index.html +174 -114
- package/docs-dev/sass/components/skip-link/index.html +94 -34
- package/docs-dev/sass/components/slider/index.html +174 -114
- package/docs-dev/sass/components/spoke-spinner/index.html +116 -56
- package/docs-dev/sass/components/sticky-list/index.html +206 -146
- package/docs-dev/sass/components/tabs/index.html +174 -114
- package/docs-dev/sass/components/tag/index.html +221 -161
- package/docs-dev/sass/components/tile-button/index.html +161 -101
- package/docs-dev/sass/components/tile-grid/index.html +202 -142
- package/docs-dev/sass/components/tile-grid-overlay/index.html +97 -37
- package/docs-dev/sass/components/vignette/index.html +116 -56
- package/docs-dev/sass/components/wysiwyg/index.html +125 -65
- package/docs-dev/sass/core/breakpoint/index.html +160 -100
- package/docs-dev/sass/core/button/index.html +526 -466
- package/docs-dev/sass/core/color/index.html +217 -157
- package/docs-dev/sass/core/cssvar/index.html +109 -49
- package/docs-dev/sass/core/element/index.html +495 -435
- package/docs-dev/sass/core/index.html +60 -0
- package/docs-dev/sass/core/layout/index.html +167 -107
- package/docs-dev/sass/core/path/index.html +92 -32
- package/docs-dev/sass/core/selector/index.html +109 -49
- package/docs-dev/sass/core/typography/index.html +344 -284
- package/docs-dev/sass/core/units/index.html +141 -81
- package/docs-dev/sass/core/utils/index.html +130 -70
- package/docs-dev/sass/helpers/color/index.html +60 -0
- package/docs-dev/sass/helpers/display/index.html +60 -0
- package/docs-dev/sass/helpers/index/index.html +113 -53
- package/docs-dev/sass/helpers/index.html +60 -0
- package/docs-dev/sass/helpers/typography/index.html +60 -0
- package/docs-dev/sass/helpers/units/index.html +107 -47
- package/docs-dev/sass/helpers/utilities/index.html +60 -0
- package/docs-dev/sass/index.html +60 -0
- package/js/ui/dialog.js +28 -3
- package/js/utils/dom.js +14 -3
- package/package.json +2 -2
- package/scss/components/_counter-list.scss +133 -0
- package/scss/components/_index.scss +6 -0
- package/types/ui/dialog.d.ts +1 -0
- package/types/ui/dialog.d.ts.map +1 -1
- package/types/utils/dom.d.ts +11 -3
- package/types/utils/dom.d.ts.map +1 -1
|
@@ -286,6 +286,21 @@
|
|
|
286
286
|
</li>
|
|
287
287
|
|
|
288
288
|
|
|
289
|
+
<li class="nav-tree__item ">
|
|
290
|
+
|
|
291
|
+
<a class="nav-tree__link " href="/frontend/demos/counter-list/">
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
<span class="nav-tree__text">
|
|
295
|
+
Counter List
|
|
296
|
+
</span>
|
|
297
|
+
|
|
298
|
+
</a>
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
</li>
|
|
302
|
+
|
|
303
|
+
|
|
289
304
|
<li class="nav-tree__item ">
|
|
290
305
|
|
|
291
306
|
<a class="nav-tree__link " href="/frontend/demos/css-icons/">
|
|
@@ -1335,6 +1350,21 @@
|
|
|
1335
1350
|
</li>
|
|
1336
1351
|
|
|
1337
1352
|
|
|
1353
|
+
<li class="nav-tree__item ">
|
|
1354
|
+
|
|
1355
|
+
<a class="nav-tree__link " href="/frontend/sass/components/counter-list/">
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
<span class="nav-tree__text">
|
|
1359
|
+
Counter-list
|
|
1360
|
+
</span>
|
|
1361
|
+
|
|
1362
|
+
</a>
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
</li>
|
|
1366
|
+
|
|
1367
|
+
|
|
1338
1368
|
<li class="nav-tree__item ">
|
|
1339
1369
|
|
|
1340
1370
|
<a class="nav-tree__link " href="/frontend/sass/components/css-icon/">
|
|
@@ -2802,6 +2832,21 @@
|
|
|
2802
2832
|
</li>
|
|
2803
2833
|
|
|
2804
2834
|
|
|
2835
|
+
<li class="nav-tree__item ">
|
|
2836
|
+
|
|
2837
|
+
<a class="nav-tree__link " href="/frontend/demos/counter-list/">
|
|
2838
|
+
|
|
2839
|
+
|
|
2840
|
+
<span class="nav-tree__text">
|
|
2841
|
+
Counter List
|
|
2842
|
+
</span>
|
|
2843
|
+
|
|
2844
|
+
</a>
|
|
2845
|
+
|
|
2846
|
+
|
|
2847
|
+
</li>
|
|
2848
|
+
|
|
2849
|
+
|
|
2805
2850
|
<li class="nav-tree__item ">
|
|
2806
2851
|
|
|
2807
2852
|
<a class="nav-tree__link " href="/frontend/demos/css-icons/">
|
|
@@ -3851,6 +3896,21 @@
|
|
|
3851
3896
|
</li>
|
|
3852
3897
|
|
|
3853
3898
|
|
|
3899
|
+
<li class="nav-tree__item ">
|
|
3900
|
+
|
|
3901
|
+
<a class="nav-tree__link " href="/frontend/sass/components/counter-list/">
|
|
3902
|
+
|
|
3903
|
+
|
|
3904
|
+
<span class="nav-tree__text">
|
|
3905
|
+
Counter-list
|
|
3906
|
+
</span>
|
|
3907
|
+
|
|
3908
|
+
</a>
|
|
3909
|
+
|
|
3910
|
+
|
|
3911
|
+
</li>
|
|
3912
|
+
|
|
3913
|
+
|
|
3854
3914
|
<li class="nav-tree__item ">
|
|
3855
3915
|
|
|
3856
3916
|
<a class="nav-tree__link " href="/frontend/sass/components/css-icon/">
|
|
@@ -5106,15 +5166,6 @@
|
|
|
5106
5166
|
<div class="toc">
|
|
5107
5167
|
<ol>
|
|
5108
5168
|
|
|
5109
|
-
<li><a href="#variables">Variables</a>
|
|
5110
|
-
|
|
5111
|
-
<ol>
|
|
5112
|
-
|
|
5113
|
-
<li><a href="#variable-config">$config</a>
|
|
5114
|
-
</li>
|
|
5115
|
-
</ol>
|
|
5116
|
-
</li>
|
|
5117
|
-
|
|
5118
5169
|
<li><a href="#mixins">Mixins</a>
|
|
5119
5170
|
|
|
5120
5171
|
<ol>
|
|
@@ -5133,6 +5184,15 @@
|
|
|
5133
5184
|
|
|
5134
5185
|
<li><a href="#function-get">get()</a>
|
|
5135
5186
|
</li>
|
|
5187
|
+
</ol>
|
|
5188
|
+
</li>
|
|
5189
|
+
|
|
5190
|
+
<li><a href="#variables">Variables</a>
|
|
5191
|
+
|
|
5192
|
+
<ol>
|
|
5193
|
+
|
|
5194
|
+
<li><a href="#variable-config">$config</a>
|
|
5195
|
+
</li>
|
|
5136
5196
|
</ol>
|
|
5137
5197
|
</li>
|
|
5138
5198
|
</ol>
|
|
@@ -5150,67 +5210,6 @@
|
|
|
5150
5210
|
<div class="type-large">
|
|
5151
5211
|
<p>Lightweight CSS Grid setup for card components</p>
|
|
5152
5212
|
</div>
|
|
5153
|
-
<h2 id="variables" tabindex="-1">Variables</h2>
|
|
5154
|
-
<div class="sassdoc-item-header">
|
|
5155
|
-
<h3 id="variable-config" tabindex="-1">$config</h3>
|
|
5156
|
-
<div class="sassdoc-item-header__labels">
|
|
5157
|
-
<span class="tag tag--primary"><strong>Variable</strong></span> <span class="tag"><strong>Type</strong>: Map</span>
|
|
5158
|
-
</div>
|
|
5159
|
-
</div>
|
|
5160
|
-
<p>Module Settings</p>
|
|
5161
|
-
<pre class="language-scss"><code class="language-scss"><span class="pjs-token pjs-property"><span class="pjs-token pjs-variable">$config</span></span><span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-punctuation">(</span>
|
|
5162
|
-
<span class="pjs-token pjs-string">"gap"</span> <span class="pjs-token pjs-punctuation">:</span> 2rem<span class="pjs-token pjs-punctuation">,</span>
|
|
5163
|
-
<span class="pjs-token pjs-string">"template-columns"</span> <span class="pjs-token pjs-punctuation">:</span> 1fr 1fr<span class="pjs-token pjs-punctuation">,</span>
|
|
5164
|
-
<span class="pjs-token pjs-string">"compact-gap"</span> <span class="pjs-token pjs-punctuation">:</span> 1rem<span class="pjs-token pjs-punctuation">,</span>
|
|
5165
|
-
<span class="pjs-token pjs-string">"compact-template-columns"</span> <span class="pjs-token pjs-punctuation">:</span> 1fr 1fr 1fr<span class="pjs-token pjs-punctuation">,</span>
|
|
5166
|
-
<span class="pjs-token pjs-punctuation">)</span><span class="pjs-token pjs-punctuation">;</span></code></pre>
|
|
5167
|
-
<details>
|
|
5168
|
-
<summary>File Information</summary>
|
|
5169
|
-
<ul>
|
|
5170
|
-
<li><strong>File:</strong> _card-grid.scss</li>
|
|
5171
|
-
<li><strong>Group:</strong> card-grid</li>
|
|
5172
|
-
<li><strong>Type:</strong> variable</li>
|
|
5173
|
-
<li><strong>Lines (comments):</strong> 12-17</li>
|
|
5174
|
-
<li><strong>Lines (code):</strong> 19-24</li>
|
|
5175
|
-
</ul>
|
|
5176
|
-
</details>
|
|
5177
|
-
<h4 id="map-properties" tabindex="-1">Map Properties</h4>
|
|
5178
|
-
<table>
|
|
5179
|
-
<thead>
|
|
5180
|
-
<tr>
|
|
5181
|
-
<th style="text-align:left">Name</th>
|
|
5182
|
-
<th style="text-align:left">Type</th>
|
|
5183
|
-
<th style="text-align:left">Default</th>
|
|
5184
|
-
<th style="text-align:left">Description</th>
|
|
5185
|
-
</tr>
|
|
5186
|
-
</thead>
|
|
5187
|
-
<tbody>
|
|
5188
|
-
<tr>
|
|
5189
|
-
<td style="text-align:left">compact-template-columns</td>
|
|
5190
|
-
<td style="text-align:left">CssValue</td>
|
|
5191
|
-
<td style="text-align:left">1fr 1fr 1fr</td>
|
|
5192
|
-
<td style="text-align:left">The template-columns of the card-grid--compact.</td>
|
|
5193
|
-
</tr>
|
|
5194
|
-
<tr>
|
|
5195
|
-
<td style="text-align:left">compact-gap</td>
|
|
5196
|
-
<td style="text-align:left">Dimension</td>
|
|
5197
|
-
<td style="text-align:left">1rem</td>
|
|
5198
|
-
<td style="text-align:left">The grid gap of the card-grid--compact.</td>
|
|
5199
|
-
</tr>
|
|
5200
|
-
<tr>
|
|
5201
|
-
<td style="text-align:left">gap</td>
|
|
5202
|
-
<td style="text-align:left">Dimension</td>
|
|
5203
|
-
<td style="text-align:left">2rem</td>
|
|
5204
|
-
<td style="text-align:left">The grid gap of the card-grid.</td>
|
|
5205
|
-
</tr>
|
|
5206
|
-
<tr>
|
|
5207
|
-
<td style="text-align:left">template-columns</td>
|
|
5208
|
-
<td style="text-align:left">CssValue</td>
|
|
5209
|
-
<td style="text-align:left">1fr 1fr</td>
|
|
5210
|
-
<td style="text-align:left">The template-columns of the card-grid.</td>
|
|
5211
|
-
</tr>
|
|
5212
|
-
</tbody>
|
|
5213
|
-
</table>
|
|
5214
5213
|
<h2 id="mixins" tabindex="-1">Mixins</h2>
|
|
5215
5214
|
<div class="sassdoc-item-header">
|
|
5216
5215
|
<h3 id="mixin-set" tabindex="-1">set()</h3>
|
|
@@ -5316,6 +5315,67 @@
|
|
|
5316
5315
|
<ul>
|
|
5317
5316
|
<li><a href="/frontend/sass/components/accordion/#variable-config">$config</a></li>
|
|
5318
5317
|
</ul>
|
|
5318
|
+
<h2 id="variables" tabindex="-1">Variables</h2>
|
|
5319
|
+
<div class="sassdoc-item-header">
|
|
5320
|
+
<h3 id="variable-config" tabindex="-1">$config</h3>
|
|
5321
|
+
<div class="sassdoc-item-header__labels">
|
|
5322
|
+
<span class="tag tag--primary"><strong>Variable</strong></span> <span class="tag"><strong>Type</strong>: Map</span>
|
|
5323
|
+
</div>
|
|
5324
|
+
</div>
|
|
5325
|
+
<p>Module Settings</p>
|
|
5326
|
+
<pre class="language-scss"><code class="language-scss"><span class="pjs-token pjs-property"><span class="pjs-token pjs-variable">$config</span></span><span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-punctuation">(</span>
|
|
5327
|
+
<span class="pjs-token pjs-string">"gap"</span> <span class="pjs-token pjs-punctuation">:</span> 2rem<span class="pjs-token pjs-punctuation">,</span>
|
|
5328
|
+
<span class="pjs-token pjs-string">"template-columns"</span> <span class="pjs-token pjs-punctuation">:</span> 1fr 1fr<span class="pjs-token pjs-punctuation">,</span>
|
|
5329
|
+
<span class="pjs-token pjs-string">"compact-gap"</span> <span class="pjs-token pjs-punctuation">:</span> 1rem<span class="pjs-token pjs-punctuation">,</span>
|
|
5330
|
+
<span class="pjs-token pjs-string">"compact-template-columns"</span> <span class="pjs-token pjs-punctuation">:</span> 1fr 1fr 1fr<span class="pjs-token pjs-punctuation">,</span>
|
|
5331
|
+
<span class="pjs-token pjs-punctuation">)</span><span class="pjs-token pjs-punctuation">;</span></code></pre>
|
|
5332
|
+
<details>
|
|
5333
|
+
<summary>File Information</summary>
|
|
5334
|
+
<ul>
|
|
5335
|
+
<li><strong>File:</strong> _card-grid.scss</li>
|
|
5336
|
+
<li><strong>Group:</strong> card-grid</li>
|
|
5337
|
+
<li><strong>Type:</strong> variable</li>
|
|
5338
|
+
<li><strong>Lines (comments):</strong> 12-17</li>
|
|
5339
|
+
<li><strong>Lines (code):</strong> 19-24</li>
|
|
5340
|
+
</ul>
|
|
5341
|
+
</details>
|
|
5342
|
+
<h4 id="map-properties" tabindex="-1">Map Properties</h4>
|
|
5343
|
+
<table>
|
|
5344
|
+
<thead>
|
|
5345
|
+
<tr>
|
|
5346
|
+
<th style="text-align:left">Name</th>
|
|
5347
|
+
<th style="text-align:left">Type</th>
|
|
5348
|
+
<th style="text-align:left">Default</th>
|
|
5349
|
+
<th style="text-align:left">Description</th>
|
|
5350
|
+
</tr>
|
|
5351
|
+
</thead>
|
|
5352
|
+
<tbody>
|
|
5353
|
+
<tr>
|
|
5354
|
+
<td style="text-align:left">compact-template-columns</td>
|
|
5355
|
+
<td style="text-align:left">CssValue</td>
|
|
5356
|
+
<td style="text-align:left">1fr 1fr 1fr</td>
|
|
5357
|
+
<td style="text-align:left">The template-columns of the card-grid--compact.</td>
|
|
5358
|
+
</tr>
|
|
5359
|
+
<tr>
|
|
5360
|
+
<td style="text-align:left">compact-gap</td>
|
|
5361
|
+
<td style="text-align:left">Dimension</td>
|
|
5362
|
+
<td style="text-align:left">1rem</td>
|
|
5363
|
+
<td style="text-align:left">The grid gap of the card-grid--compact.</td>
|
|
5364
|
+
</tr>
|
|
5365
|
+
<tr>
|
|
5366
|
+
<td style="text-align:left">gap</td>
|
|
5367
|
+
<td style="text-align:left">Dimension</td>
|
|
5368
|
+
<td style="text-align:left">2rem</td>
|
|
5369
|
+
<td style="text-align:left">The grid gap of the card-grid.</td>
|
|
5370
|
+
</tr>
|
|
5371
|
+
<tr>
|
|
5372
|
+
<td style="text-align:left">template-columns</td>
|
|
5373
|
+
<td style="text-align:left">CssValue</td>
|
|
5374
|
+
<td style="text-align:left">1fr 1fr</td>
|
|
5375
|
+
<td style="text-align:left">The template-columns of the card-grid.</td>
|
|
5376
|
+
</tr>
|
|
5377
|
+
</tbody>
|
|
5378
|
+
</table>
|
|
5319
5379
|
|
|
5320
5380
|
</div>
|
|
5321
5381
|
</div>
|