@ulu/frontend 0.1.0-beta.57 → 0.1.0-beta.59
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 +11 -0
- package/dist/ulu-frontend.min.js +2 -2
- package/docs-dev/assets/main.js +494 -7738
- package/docs-dev/assets/style.css +166 -221
- package/docs-dev/changelog/index.html +0 -45
- package/docs-dev/changelog/updates-and-changes/index.html +5109 -0
- package/docs-dev/demos/card/index.html +16 -16
- package/docs-dev/demos/card-new/index.html +5088 -0
- package/docs-dev/demos/card-old/index.html +5223 -0
- package/docs-dev/demos/card.1/index.html +5223 -0
- package/docs-dev/demos/card.TRASH/index.html +5541 -0
- package/docs-dev/demos/data-table/index.html +100 -100
- package/docs-dev/demos/list-inline.1/index.html +4727 -0
- package/docs-dev/guide/updates-and-changes/index.html +5033 -0
- package/docs-dev/sass/components/counter-list/index.html +15 -17
- package/js/ui/slider.js +11 -6
- package/package.json +2 -2
- package/types/ui/index.d.ts +1 -1
- package/types/ui/slider.d.ts +3 -0
- package/types/ui/slider.d.ts.map +1 -1
- package/types/utils/index.d.ts +1 -1
|
@@ -5184,60 +5184,60 @@
|
|
|
5184
5184
|
<legend>Elements Visible</legend>
|
|
5185
5185
|
<div>
|
|
5186
5186
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5187
|
-
<input type="checkbox" id="live-demo-id-
|
|
5188
|
-
<label for="live-demo-id-
|
|
5187
|
+
<input type="checkbox" id="live-demo-id-25" name="title" checked="">
|
|
5188
|
+
<label for="live-demo-id-25">
|
|
5189
5189
|
Title
|
|
5190
5190
|
</label>
|
|
5191
5191
|
</div>
|
|
5192
5192
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5193
|
-
<input type="checkbox" id="live-demo-id-
|
|
5194
|
-
<label for="live-demo-id-
|
|
5193
|
+
<input type="checkbox" id="live-demo-id-26" name="body" checked="">
|
|
5194
|
+
<label for="live-demo-id-26">
|
|
5195
5195
|
Body
|
|
5196
5196
|
</label>
|
|
5197
5197
|
</div>
|
|
5198
5198
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5199
|
-
<input type="checkbox" id="live-demo-id-
|
|
5200
|
-
<label for="live-demo-id-
|
|
5199
|
+
<input type="checkbox" id="live-demo-id-27" name="content" checked="">
|
|
5200
|
+
<label for="live-demo-id-27">
|
|
5201
5201
|
Content
|
|
5202
5202
|
</label>
|
|
5203
5203
|
</div>
|
|
5204
5204
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5205
|
-
<input type="checkbox" id="live-demo-id-
|
|
5206
|
-
<label for="live-demo-id-
|
|
5205
|
+
<input type="checkbox" id="live-demo-id-28" name="aside" checked="">
|
|
5206
|
+
<label for="live-demo-id-28">
|
|
5207
5207
|
Aside
|
|
5208
5208
|
</label>
|
|
5209
5209
|
</div>
|
|
5210
5210
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5211
|
-
<input type="checkbox" id="live-demo-id-
|
|
5212
|
-
<label for="live-demo-id-
|
|
5211
|
+
<input type="checkbox" id="live-demo-id-29" name="footer" checked="">
|
|
5212
|
+
<label for="live-demo-id-29">
|
|
5213
5213
|
Footer
|
|
5214
5214
|
</label>
|
|
5215
5215
|
</div>
|
|
5216
5216
|
</div>
|
|
5217
5217
|
</fieldset>
|
|
5218
5218
|
<div class="form-theme__item form-theme__item--select">
|
|
5219
|
-
<label for="live-demo-id-
|
|
5219
|
+
<label for="live-demo-id-30">
|
|
5220
5220
|
Action
|
|
5221
5221
|
<span class="fas fa-info-circle" data-ulu-tooltip="Proxy click only works when title is present"></span>
|
|
5222
5222
|
</label>
|
|
5223
|
-
<select id="live-demo-id-
|
|
5223
|
+
<select id="live-demo-id-30" name="action">
|
|
5224
5224
|
<option value="">None</option>,<option value="link">Card is Link</option>,<option value="proxy">Proxy Click</option>
|
|
5225
5225
|
</select>
|
|
5226
5226
|
</div>
|
|
5227
5227
|
<div class="form-theme__item form-theme__item--select">
|
|
5228
|
-
<label for="live-demo-id-
|
|
5228
|
+
<label for="live-demo-id-31">
|
|
5229
5229
|
Media
|
|
5230
5230
|
</label>
|
|
5231
|
-
<select id="live-demo-id-
|
|
5231
|
+
<select id="live-demo-id-31" name="media">
|
|
5232
5232
|
<option value="icon">Icon</option>,<option value="image">Image</option>,<option value="imageFit">Image (fit)</option>,<option value="none">No Image</option>
|
|
5233
5233
|
</select>
|
|
5234
5234
|
</div>
|
|
5235
5235
|
<div class="form-theme__item form-theme__item--select">
|
|
5236
|
-
<label for="live-demo-id-
|
|
5236
|
+
<label for="live-demo-id-32">
|
|
5237
5237
|
Layout
|
|
5238
5238
|
<span class="fas fa-info-circle" data-ulu-tooltip="Overlay is not compatible with 'Icon' and 'No Image' options"></span>
|
|
5239
5239
|
</label>
|
|
5240
|
-
<select id="live-demo-id-
|
|
5240
|
+
<select id="live-demo-id-32" name="layout">
|
|
5241
5241
|
<option value="">Default</option>,<option value="horizontal">Horizontal</option>,<option value="horizontalCenter">Horizontal Center</option>,<option value="overlay">Overlay</option>
|
|
5242
5242
|
</select>
|
|
5243
5243
|
</div>
|