@rio-cloud/uikit-mcp 1.1.4 → 1.1.6

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.
Files changed (201) hide show
  1. package/README.md +1 -0
  2. package/dist/doc-metadata.json +188 -88
  3. package/dist/docs/components/accentBar.md +35 -3
  4. package/dist/docs/components/activity.md +14 -3
  5. package/dist/docs/components/animatedNumber.md +17 -4
  6. package/dist/docs/components/animatedTextReveal.md +54 -8
  7. package/dist/docs/components/animations.md +33 -33
  8. package/dist/docs/components/appHeader.md +65 -9
  9. package/dist/docs/components/appLayout.md +566 -61
  10. package/dist/docs/components/appNavigationBar.md +55 -3
  11. package/dist/docs/components/areaCharts.md +14 -14
  12. package/dist/docs/components/aspectRatioPlaceholder.md +11 -3
  13. package/dist/docs/components/assetTree.md +1174 -328
  14. package/dist/docs/components/autosuggests.md +2 -2
  15. package/dist/docs/components/avatar.md +25 -3
  16. package/dist/docs/components/banner.md +3 -3
  17. package/dist/docs/components/barCharts.md +38 -38
  18. package/dist/docs/components/barList.md +22 -10
  19. package/dist/docs/components/basicMap.md +2 -2
  20. package/dist/docs/components/bottomSheet.md +100 -3
  21. package/dist/docs/components/button.md +549 -36
  22. package/dist/docs/components/buttonToolbar.md +10 -3
  23. package/dist/docs/components/calendarStripe.md +127 -85
  24. package/dist/docs/components/card.md +11 -3
  25. package/dist/docs/components/carousel.md +2 -2
  26. package/dist/docs/components/chartColors.md +2 -2
  27. package/dist/docs/components/chartsGettingStarted.md +2 -2
  28. package/dist/docs/components/chat.md +3 -3
  29. package/dist/docs/components/checkbox.md +67 -45
  30. package/dist/docs/components/circularProgress.md +465 -0
  31. package/dist/docs/components/clearableInput.md +18 -18
  32. package/dist/docs/components/collapse.md +28 -4
  33. package/dist/docs/components/composedCharts.md +20 -20
  34. package/dist/docs/components/contentLoader.md +126 -105
  35. package/dist/docs/components/dataTabs.md +191 -11
  36. package/dist/docs/components/datepickers.md +735 -723
  37. package/dist/docs/components/dialogs.md +362 -2
  38. package/dist/docs/components/divider.md +15 -3
  39. package/dist/docs/components/dropdowns.md +4548 -4355
  40. package/dist/docs/components/editableContent.md +187 -3
  41. package/dist/docs/components/expander.md +52 -5
  42. package/dist/docs/components/fade.md +42 -7
  43. package/dist/docs/components/fadeExpander.md +13 -4
  44. package/dist/docs/components/fadeUp.md +22 -4
  45. package/dist/docs/components/feedback.md +44 -3
  46. package/dist/docs/components/filePickers.md +45 -3
  47. package/dist/docs/components/formLabel.md +20 -5
  48. package/dist/docs/components/groupedItemList.md +54 -3
  49. package/dist/docs/components/iconList.md +5 -5
  50. package/dist/docs/components/imagePreloader.md +7 -3
  51. package/dist/docs/components/labeledElement.md +13 -3
  52. package/dist/docs/components/licensePlate.md +11 -3
  53. package/dist/docs/components/lineCharts.md +10 -10
  54. package/dist/docs/components/listMenu.md +78 -8
  55. package/dist/docs/components/loadMore.md +29 -3
  56. package/dist/docs/components/mainNavigation.md +5 -5
  57. package/dist/docs/components/mapCircle.md +2 -2
  58. package/dist/docs/components/mapCluster.md +2 -2
  59. package/dist/docs/components/mapContext.md +2 -2
  60. package/dist/docs/components/mapDraggableMarker.md +2 -2
  61. package/dist/docs/components/mapGettingStarted.md +2 -2
  62. package/dist/docs/components/mapInfoBubble.md +2 -2
  63. package/dist/docs/components/mapLayerGroup.md +2 -2
  64. package/dist/docs/components/mapMarker.md +2 -2
  65. package/dist/docs/components/mapPolygon.md +2 -2
  66. package/dist/docs/components/mapRoute.md +2 -2
  67. package/dist/docs/components/mapRouteGenerator.md +2 -2
  68. package/dist/docs/components/mapSettings.md +9 -9
  69. package/dist/docs/components/mapUtils.md +2 -2
  70. package/dist/docs/components/multiselects.md +2 -2
  71. package/dist/docs/components/noData.md +23 -3
  72. package/dist/docs/components/notifications.md +2 -2
  73. package/dist/docs/components/numbercontrol.md +54 -5
  74. package/dist/docs/components/onboarding.md +26 -2
  75. package/dist/docs/components/page.md +33 -3
  76. package/dist/docs/components/pager.md +15 -3
  77. package/dist/docs/components/pieCharts.md +89 -78
  78. package/dist/docs/components/popover.md +40 -2
  79. package/dist/docs/components/position.md +11 -3
  80. package/dist/docs/components/radialBarCharts.md +2054 -2012
  81. package/dist/docs/components/radioCardGroup.md +487 -0
  82. package/dist/docs/components/radiobutton.md +138 -10
  83. package/dist/docs/components/releaseNotes.md +19 -2
  84. package/dist/docs/components/resizer.md +14 -3
  85. package/dist/docs/components/responsiveColumnStripe.md +20 -3
  86. package/dist/docs/components/responsiveVideo.md +12 -3
  87. package/dist/docs/components/rioglyph.md +13 -3
  88. package/dist/docs/components/rules.md +95 -5
  89. package/dist/docs/components/saveableInput.md +400 -276
  90. package/dist/docs/components/selects.md +2 -2
  91. package/dist/docs/components/sidebar.md +39 -3
  92. package/dist/docs/components/sliders.md +38 -3
  93. package/dist/docs/components/smoothScrollbars.md +93 -3
  94. package/dist/docs/components/spinners.md +51 -3
  95. package/dist/docs/components/states.md +217 -2
  96. package/dist/docs/components/statsWidgets.md +123 -3
  97. package/dist/docs/components/statusBar.md +29 -3
  98. package/dist/docs/components/stepButton.md +9 -3
  99. package/dist/docs/components/steppedProgressBars.md +67 -3
  100. package/dist/docs/components/subNavigation.md +24 -17
  101. package/dist/docs/components/supportMarker.md +2 -2
  102. package/dist/docs/components/svgImage.md +13 -3
  103. package/dist/docs/components/switch.md +218 -82
  104. package/dist/docs/components/tables.md +2 -2
  105. package/dist/docs/components/tagManager.md +56 -2
  106. package/dist/docs/components/tags.md +33 -3
  107. package/dist/docs/components/teaser.md +30 -3
  108. package/dist/docs/components/textTruncateMiddle.md +151 -0
  109. package/dist/docs/components/timeline.md +2 -2
  110. package/dist/docs/components/timepicker.md +687 -63
  111. package/dist/docs/components/toggleButton.md +96 -10
  112. package/dist/docs/components/tooltip.md +30 -21
  113. package/dist/docs/components/tracker.md +631 -0
  114. package/dist/docs/components/virtualList.md +107 -84
  115. package/dist/docs/foundations.md +647 -275
  116. package/dist/docs/start/changelog.md +2 -738
  117. package/dist/docs/start/goodtoknow.md +2 -2
  118. package/dist/docs/start/guidelines/color-combinations.md +2 -2
  119. package/dist/docs/start/guidelines/custom-css.md +2 -2
  120. package/dist/docs/start/guidelines/custom-rioglyph.md +2 -2
  121. package/dist/docs/start/guidelines/formatting.md +2 -2
  122. package/dist/docs/start/guidelines/iframe.md +2 -2
  123. package/dist/docs/start/guidelines/obfuscate-data.md +2 -2
  124. package/dist/docs/start/guidelines/print-css.md +2 -2
  125. package/dist/docs/start/guidelines/spinner.md +82 -82
  126. package/dist/docs/start/guidelines/state-in-url.md +263 -0
  127. package/dist/docs/start/guidelines/supported-browsers.md +2 -2
  128. package/dist/docs/start/guidelines/writing.md +2 -2
  129. package/dist/docs/start/howto.md +10 -10
  130. package/dist/docs/start/intro.md +2 -2
  131. package/dist/docs/start/responsiveness.md +2 -2
  132. package/dist/docs/templates/common-table.md +15 -14
  133. package/dist/docs/templates/detail-views.md +3 -3
  134. package/dist/docs/templates/expandable-details.md +2 -2
  135. package/dist/docs/templates/feature-cards.md +56 -56
  136. package/dist/docs/templates/form-summary.md +23 -23
  137. package/dist/docs/templates/form-toggle.md +2 -2
  138. package/dist/docs/templates/list-blocks.md +204 -204
  139. package/dist/docs/templates/loading-progress.md +2 -2
  140. package/dist/docs/templates/options-panel.md +2 -2
  141. package/dist/docs/templates/panel-variants.md +2 -2
  142. package/dist/docs/templates/progress-cards.md +2 -2
  143. package/dist/docs/templates/progress-success.md +2 -2
  144. package/dist/docs/templates/settings-form.md +24 -24
  145. package/dist/docs/templates/stats-blocks.md +18 -18
  146. package/dist/docs/templates/table-panel.md +2 -2
  147. package/dist/docs/templates/table-row-animation.md +2 -2
  148. package/dist/docs/templates/usage-cards.md +2 -2
  149. package/dist/docs/utilities/classNames.md +191 -0
  150. package/dist/docs/utilities/deviceUtils.md +2 -2
  151. package/dist/docs/utilities/featureToggles.md +2 -2
  152. package/dist/docs/utilities/fuelTypeUtils.md +2 -2
  153. package/dist/docs/utilities/routeUtils.md +326 -90
  154. package/dist/docs/utilities/useAfterMount.md +2 -2
  155. package/dist/docs/utilities/useAutoAnimate.md +2 -2
  156. package/dist/docs/utilities/useAverage.md +2 -2
  157. package/dist/docs/utilities/useClickOutside.md +2 -2
  158. package/dist/docs/utilities/useClipboard.md +3 -3
  159. package/dist/docs/utilities/useCookies.md +188 -0
  160. package/dist/docs/utilities/useCount.md +2 -2
  161. package/dist/docs/utilities/useDarkMode.md +2 -2
  162. package/dist/docs/utilities/useDebugInfo.md +5 -5
  163. package/dist/docs/utilities/useEffectOnce.md +2 -2
  164. package/dist/docs/utilities/useElapsedTime.md +2 -2
  165. package/dist/docs/utilities/useElementSize.md +2 -2
  166. package/dist/docs/utilities/useEsc.md +2 -2
  167. package/dist/docs/utilities/useEvent.md +2 -2
  168. package/dist/docs/utilities/useFocusTrap.md +2 -2
  169. package/dist/docs/utilities/useFullscreen.md +2 -2
  170. package/dist/docs/utilities/useHover.md +2 -2
  171. package/dist/docs/utilities/useIncomingPostMessages.md +2 -2
  172. package/dist/docs/utilities/useInterval.md +2 -2
  173. package/dist/docs/utilities/useIsFocusWithin.md +2 -2
  174. package/dist/docs/utilities/useKey.md +2 -2
  175. package/dist/docs/utilities/useLocalStorage.md +2 -2
  176. package/dist/docs/utilities/useLocationSuggestions.md +2 -2
  177. package/dist/docs/utilities/useMax.md +2 -2
  178. package/dist/docs/utilities/useMin.md +2 -2
  179. package/dist/docs/utilities/useMutationObserver.md +2 -2
  180. package/dist/docs/utilities/useOnScreen.md +2 -2
  181. package/dist/docs/utilities/useOnlineStatus.md +2 -2
  182. package/dist/docs/utilities/usePostMessage.md +3 -3
  183. package/dist/docs/utilities/usePostMessageSender.md +2 -2
  184. package/dist/docs/utilities/usePrevious.md +2 -2
  185. package/dist/docs/utilities/useResizeObserver.md +2 -2
  186. package/dist/docs/utilities/useRioCookieConsent.md +90 -0
  187. package/dist/docs/utilities/useScrollPosition.md +2 -2
  188. package/dist/docs/utilities/useSearch.md +2 -2
  189. package/dist/docs/utilities/useSearchHighlight.md +815 -0
  190. package/dist/docs/utilities/useSorting.md +2 -2
  191. package/dist/docs/utilities/useStateWithValidation.md +2 -2
  192. package/dist/docs/utilities/useSum.md +2 -2
  193. package/dist/docs/utilities/useTableExport.md +53 -53
  194. package/dist/docs/utilities/useTableSelection.md +90 -90
  195. package/dist/docs/utilities/useTimeout.md +2 -2
  196. package/dist/docs/utilities/useToggle.md +3 -3
  197. package/dist/docs/utilities/useUrlState.md +418 -0
  198. package/dist/docs/utilities/useWindowResize.md +2 -2
  199. package/dist/index.mjs +8 -8
  200. package/dist/version.json +2 -2
  201. package/package.json +9 -9
@@ -2,50 +2,50 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#templates/list-blocks
6
- *Captured:* 2026-01-14T09:08:31.411Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/list-blocks
6
+ *Captured:* 2026-02-23T13:48:41.811Z
7
7
 
8
8
  ## List blocks
9
9
 
10
- ### Example: Cruciamentum civitas absens alius stultus suggero uxor creator verbum.
10
+ ### Example: Apud aufero taedium.
11
11
 
12
12
  Lorem ipsum dolor
13
- Cruciamentum civitas absens alius stultus suggero uxor creator verbum.
13
+ Apud aufero taedium.
14
14
 
15
- Hahn Inc
16
- Necessitatibus laboriosam theologus cernuus virgo comparo vehemens vitiosus.
15
+ Rath - Mante
16
+ Talis iste correptius vitiosus desidero pax.
17
17
 
18
18
  Connect
19
19
 
20
- Heaney - Heathcote
21
- Ea assumenda sollers.
22
- Delibero aiunt vulnero amitto canonicus explicabo amiculum tibi dolorem talus.
20
+ Brekke - Casper
21
+ Apostolus aetas cresco.
22
+ Sub suggero tot dedecor celer.
23
23
 
24
24
  Connect
25
25
 
26
- Kihn Group
27
- Damnatio arca quidem.
26
+ Lowe Group
27
+ Acervus totidem caelum vilitas stella.
28
28
 
29
29
  Connect
30
30
 
31
31
  #### Summary
32
32
 
33
33
  Lorem ipsum dolor
34
- Cruciamentum civitas absens alius stultus suggero uxor creator verbum.
34
+ Apud aufero taedium.
35
35
 
36
- Hahn Inc
37
- Necessitatibus laboriosam theologus cernuus virgo comparo vehemens vitiosus.
36
+ Rath - Mante
37
+ Talis iste correptius vitiosus desidero pax.
38
38
 
39
39
  Connect
40
40
 
41
- Heaney - Heathcote
42
- Ea assumenda sollers.
43
- Delibero aiunt vulnero amitto canonicus explicabo amiculum tibi dolorem talus.
41
+ Brekke - Casper
42
+ Apostolus aetas cresco.
43
+ Sub suggero tot dedecor celer.
44
44
 
45
45
  Connect
46
46
 
47
- Kihn Group
48
- Damnatio arca quidem.
47
+ Lowe Group
48
+ Acervus totidem caelum vilitas stella.
49
49
 
50
50
  Connect
51
51
 
@@ -109,7 +109,7 @@ export default () => {
109
109
  ```html
110
110
  <div class="max-width-500 margin-auto padding-5">
111
111
  <div class="text-size-h2 font-bold">Lorem ipsum dolor</div>
112
- <p class="text-color-dark margin-top-0 margin-bottom-20">Cruciamentum civitas absens alius stultus suggero uxor creator verbum.</p>
112
+ <p class="text-color-dark margin-top-0 margin-bottom-20">Apud aufero taedium.</p>
113
113
  <div class="space-y-15">
114
114
  <div class="bg-white padding-15 rounded-large shadow-subtle border">
115
115
  <div class="display-flex gap-15">
@@ -119,8 +119,8 @@ export default () => {
119
119
  </div>
120
120
  <div class="flex-1-1 display-flex gap-15 flex-row-ls flex-column">
121
121
  <div class="flex-1-1">
122
- <p class="text-size-18 margin-0 margin-bottom-5">Hahn Inc</p>
123
- <p class="text-color-dark margin-0">Necessitatibus laboriosam theologus cernuus virgo comparo vehemens vitiosus.</p>
122
+ <p class="text-size-18 margin-0 margin-bottom-5">Rath - Mante</p>
123
+ <p class="text-color-dark margin-0">Talis iste correptius vitiosus desidero pax.</p>
124
124
  </div>
125
125
  <div class="display-flex align-items-center">
126
126
  <button type="button" class="btn btn-default btn-component" tabindex="0">Connect</button>
@@ -136,9 +136,9 @@ export default () => {
136
136
  </div>
137
137
  <div class="flex-1-1 display-flex gap-15 flex-row-ls flex-column">
138
138
  <div class="flex-1-1">
139
- <p class="text-size-18 margin-0 margin-bottom-5">Heaney - Heathcote</p>
140
- <p class="text-color-dark margin-0">Ea assumenda sollers.
141
- Delibero aiunt vulnero amitto canonicus explicabo amiculum tibi dolorem talus.</p>
139
+ <p class="text-size-18 margin-0 margin-bottom-5">Brekke - Casper</p>
140
+ <p class="text-color-dark margin-0">Apostolus aetas cresco.
141
+ Sub suggero tot dedecor celer.</p>
142
142
  </div>
143
143
  <div class="display-flex align-items-center">
144
144
  <button type="button" class="btn btn-default btn-component" tabindex="0">Connect</button>
@@ -154,8 +154,8 @@ export default () => {
154
154
  </div>
155
155
  <div class="flex-1-1 display-flex gap-15 flex-row-ls flex-column">
156
156
  <div class="flex-1-1">
157
- <p class="text-size-18 margin-0 margin-bottom-5">Kihn Group</p>
158
- <p class="text-color-dark margin-0">Damnatio arca quidem.</p>
157
+ <p class="text-size-18 margin-0 margin-bottom-5">Lowe Group</p>
158
+ <p class="text-color-dark margin-0">Acervus totidem caelum vilitas stella.</p>
159
159
  </div>
160
160
  <div class="display-flex align-items-center">
161
161
  <button type="button" class="btn btn-default btn-component" tabindex="0">Connect</button>
@@ -300,37 +300,37 @@ export default () => {
300
300
  </div>
301
301
  ```
302
302
 
303
- ### Example: Vos nemo tabernus cubicularis.
303
+ ### Example: Amor cinis charisma degusto terreo.
304
304
 
305
305
  Lorem ipsum dolor
306
- Vos nemo tabernus cubicularis.
306
+ Amor cinis charisma degusto terreo.
307
307
 
308
- Bode, Altenwerth and Robel
309
- Maxime tergum comptus acerbitas vitae turbo sustineo comptus.
308
+ Gusikowski, Wisozk and Oberbrunner
309
+ Totidem carpo deputo amplus.
310
310
 
311
- Weber, Powlowski and Mohr
312
- Caecus thermae animi paulatim denuo somnus.
313
- Tertius modi velut crur turba tredecim adulescens.
311
+ Bashirian - Osinski
312
+ Velut commemoro sono ratione annus voro pecus.
313
+ Praesentium copiose ascisco.
314
314
 
315
- Kreiger LLC
316
- Saepe vigilo officiis cupiditas.
317
- Animadverto solitudo delinquo quibusdam alii cultura ulciscor culpo tredecim reiciendis.
315
+ Franecki - VonRueden
316
+ Vinculum una deripio vitium admitto solium hic ars harum.
317
+ Subvenio crur vulnero vociferor velit vestigium vulgo quae.
318
318
 
319
319
  #### Summary
320
320
 
321
321
  Lorem ipsum dolor
322
- Vos nemo tabernus cubicularis.
322
+ Amor cinis charisma degusto terreo.
323
323
 
324
- Bode, Altenwerth and Robel
325
- Maxime tergum comptus acerbitas vitae turbo sustineo comptus.
324
+ Gusikowski, Wisozk and Oberbrunner
325
+ Totidem carpo deputo amplus.
326
326
 
327
- Weber, Powlowski and Mohr
328
- Caecus thermae animi paulatim denuo somnus.
329
- Tertius modi velut crur turba tredecim adulescens.
327
+ Bashirian - Osinski
328
+ Velut commemoro sono ratione annus voro pecus.
329
+ Praesentium copiose ascisco.
330
330
 
331
- Kreiger LLC
332
- Saepe vigilo officiis cupiditas.
333
- Animadverto solitudo delinquo quibusdam alii cultura ulciscor culpo tredecim reiciendis.
331
+ Franecki - VonRueden
332
+ Vinculum una deripio vitium admitto solium hic ars harum.
333
+ Subvenio crur vulnero vociferor velit vestigium vulgo quae.
334
334
 
335
335
  #### React (tsx)
336
336
 
@@ -391,7 +391,7 @@ export default () => {
391
391
  <div class="max-width-500 margin-auto padding-5">
392
392
  <div class="text-center">
393
393
  <div class="text-size-h2 font-bold">Lorem ipsum dolor</div>
394
- <p class="text-color-dark margin-top-0 margin-bottom-20">Vos nemo tabernus cubicularis.</p>
394
+ <p class="text-color-dark margin-top-0 margin-bottom-20">Amor cinis charisma degusto terreo.</p>
395
395
  </div>
396
396
  <div class="space-y-15 divider-y-1 divider-color-light divider-style-solid">
397
397
  <div class="padding-15">
@@ -401,8 +401,8 @@ export default () => {
401
401
  </span>
402
402
  </div>
403
403
  <div class="flex-1-1">
404
- <div class="text-size-18 margin-bottom-2">Bode, Altenwerth and Robel</div>
405
- <div class="text-color-dark">Maxime tergum comptus acerbitas vitae turbo sustineo comptus.</div>
404
+ <div class="text-size-18 margin-bottom-2">Gusikowski, Wisozk and Oberbrunner</div>
405
+ <div class="text-color-dark">Totidem carpo deputo amplus.</div>
406
406
  </div>
407
407
  </div>
408
408
  </div>
@@ -413,9 +413,9 @@ export default () => {
413
413
  </span>
414
414
  </div>
415
415
  <div class="flex-1-1">
416
- <div class="text-size-18 margin-bottom-2">Weber, Powlowski and Mohr</div>
417
- <div class="text-color-dark">Caecus thermae animi paulatim denuo somnus.
418
- Tertius modi velut crur turba tredecim adulescens.</div>
416
+ <div class="text-size-18 margin-bottom-2">Bashirian - Osinski</div>
417
+ <div class="text-color-dark">Velut commemoro sono ratione annus voro pecus.
418
+ Praesentium copiose ascisco.</div>
419
419
  </div>
420
420
  </div>
421
421
  </div>
@@ -426,9 +426,9 @@ export default () => {
426
426
  </span>
427
427
  </div>
428
428
  <div class="flex-1-1">
429
- <div class="text-size-18 margin-bottom-2">Kreiger LLC</div>
430
- <div class="text-color-dark">Saepe vigilo officiis cupiditas.
431
- Animadverto solitudo delinquo quibusdam alii cultura ulciscor culpo tredecim reiciendis.</div>
429
+ <div class="text-size-18 margin-bottom-2">Franecki - VonRueden</div>
430
+ <div class="text-color-dark">Vinculum una deripio vitium admitto solium hic ars harum.
431
+ Subvenio crur vulnero vociferor velit vestigium vulgo quae.</div>
432
432
  </div>
433
433
  </div>
434
434
  </div>
@@ -436,57 +436,57 @@ export default () => {
436
436
  </div>
437
437
  ```
438
438
 
439
- ### Example: Toties curiositas atque verumtamen utor comis suscipio somnus creo. Caritas tripudio cura vereor curriculum utor tripudio ustilo accusantium corroboro. Trepide accusamus ago eveniet theca.
439
+ ### Example: Benevolentia appello torrens clamo atqui arto video enim. Soluta totus cui venustas apostolus suspendo cornu velut. Autem defetiscor bellicus pecco.
440
440
 
441
441
  Lorem ipsum dolor sit amet
442
- Denuo summopere bos aveho pecco civis arx facilis carmen cotidie.
443
- Quibusdam cresco decor commodo turpis ara dolorem.
442
+ Statua cohaero vivo adduco cubicularis ciminatio.
443
+ Audax ullus terror articulus defessus quos vae.
444
444
 
445
- Schneider Inc
446
- Toties curiositas atque verumtamen utor comis suscipio somnus creo.
447
- Caritas tripudio cura vereor curriculum utor tripudio ustilo accusantium corroboro.
448
- Trepide accusamus ago eveniet theca.
445
+ Moen LLC
446
+ Benevolentia appello torrens clamo atqui arto video enim.
447
+ Soluta totus cui venustas apostolus suspendo cornu velut.
448
+ Autem defetiscor bellicus pecco.
449
449
 
450
- Schuppe - Price
451
- Valens conscendo tres aedificium alius alveus sapiente unde culpa.
452
- Pax templum distinctio vero conicio.
453
- Vulgo amaritudo ait vulgus.
450
+ Hoeger, Wilderman and Baumbach
451
+ Cunae confugo viduo sordeo.
452
+ Caput cur admoveo victoria curvo eos fugiat beneficium.
453
+ Esse tamisium clibanus viriliter charisma pauper amplus.
454
454
 
455
- Reichel - Swaniawski
456
- Anser vel vado beneficium voluptatem.
457
- Conspergo praesentium repudiandae.
458
- Conicio iste articulus quasi iusto rerum inflammatio decretum.
455
+ Wuckert - Schinner
456
+ Debilito magnam peccatus volubilis aptus enim.
457
+ Decet celo cultellus audacia vinculum tricesimus ver.
458
+ Suffoco constans ait amplus tenuis incidunt.
459
459
 
460
- O'Kon, Rodriguez and Borer
461
- Capto corpus conturbo mollitia alo basium adeptio tempore id strues.
462
- Tantum conforto tamquam conatus arbustum demum utrimque.
463
- Territo crepusculum aqua tepesco acceptus caritas amo amor vivo vomer.
460
+ Reinger LLC
461
+ Arca curto adeptio supplanto quibusdam victus.
462
+ Arto vestrum tracto sodalitas sursum contra asper volo.
463
+ Recusandae thalassinus vilitas aegrotatio nulla tepidus caritas vos conforto earum.
464
464
 
465
465
  #### Summary
466
466
 
467
467
  Lorem ipsum dolor sit amet
468
- Denuo summopere bos aveho pecco civis arx facilis carmen cotidie.
469
- Quibusdam cresco decor commodo turpis ara dolorem.
468
+ Statua cohaero vivo adduco cubicularis ciminatio.
469
+ Audax ullus terror articulus defessus quos vae.
470
470
 
471
- Schneider Inc
472
- Toties curiositas atque verumtamen utor comis suscipio somnus creo.
473
- Caritas tripudio cura vereor curriculum utor tripudio ustilo accusantium corroboro.
474
- Trepide accusamus ago eveniet theca.
471
+ Moen LLC
472
+ Benevolentia appello torrens clamo atqui arto video enim.
473
+ Soluta totus cui venustas apostolus suspendo cornu velut.
474
+ Autem defetiscor bellicus pecco.
475
475
 
476
- Schuppe - Price
477
- Valens conscendo tres aedificium alius alveus sapiente unde culpa.
478
- Pax templum distinctio vero conicio.
479
- Vulgo amaritudo ait vulgus.
476
+ Hoeger, Wilderman and Baumbach
477
+ Cunae confugo viduo sordeo.
478
+ Caput cur admoveo victoria curvo eos fugiat beneficium.
479
+ Esse tamisium clibanus viriliter charisma pauper amplus.
480
480
 
481
- Reichel - Swaniawski
482
- Anser vel vado beneficium voluptatem.
483
- Conspergo praesentium repudiandae.
484
- Conicio iste articulus quasi iusto rerum inflammatio decretum.
481
+ Wuckert - Schinner
482
+ Debilito magnam peccatus volubilis aptus enim.
483
+ Decet celo cultellus audacia vinculum tricesimus ver.
484
+ Suffoco constans ait amplus tenuis incidunt.
485
485
 
486
- O'Kon, Rodriguez and Borer
487
- Capto corpus conturbo mollitia alo basium adeptio tempore id strues.
488
- Tantum conforto tamquam conatus arbustum demum utrimque.
489
- Territo crepusculum aqua tepesco acceptus caritas amo amor vivo vomer.
486
+ Reinger LLC
487
+ Arca curto adeptio supplanto quibusdam victus.
488
+ Arto vestrum tracto sodalitas sursum contra asper volo.
489
+ Recusandae thalassinus vilitas aegrotatio nulla tepidus caritas vos conforto earum.
490
490
 
491
491
  #### React (tsx)
492
492
 
@@ -545,8 +545,8 @@ export default () => {
545
545
  <div>
546
546
  <div class="margin-auto max-width-800 margin-bottom-50">
547
547
  <div class="text-size-h2 text-medium">Lorem ipsum dolor sit amet</div>
548
- <div>Denuo summopere bos aveho pecco civis arx facilis carmen cotidie.
549
- Quibusdam cresco decor commodo turpis ara dolorem.</div>
548
+ <div>Statua cohaero vivo adduco cubicularis ciminatio.
549
+ Audax ullus terror articulus defessus quos vae.</div>
550
550
  </div>
551
551
  <div class="margin-auto max-width-800 display-grid grid-cols-1 grid-cols-2-ls row-gap-25 column-gap-50">
552
552
  <div>
@@ -554,86 +554,86 @@ export default () => {
554
554
  <span class="rioglyph rioglyph-stats text-size-200pct">
555
555
  </span>
556
556
  </div>
557
- <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Schneider Inc</div>
558
- <div class="text-color-dark">Toties curiositas atque verumtamen utor comis suscipio somnus creo.
559
- Caritas tripudio cura vereor curriculum utor tripudio ustilo accusantium corroboro.
560
- Trepide accusamus ago eveniet theca.</div>
557
+ <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Moen LLC</div>
558
+ <div class="text-color-dark">Benevolentia appello torrens clamo atqui arto video enim.
559
+ Soluta totus cui venustas apostolus suspendo cornu velut.
560
+ Autem defetiscor bellicus pecco.</div>
561
561
  </div>
562
562
  <div>
563
563
  <div class="text-size-14 text-color-primary margin-bottom-10">
564
564
  <span class="rioglyph rioglyph-server-stack text-size-200pct">
565
565
  </span>
566
566
  </div>
567
- <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Schuppe - Price</div>
568
- <div class="text-color-dark">Valens conscendo tres aedificium alius alveus sapiente unde culpa.
569
- Pax templum distinctio vero conicio.
570
- Vulgo amaritudo ait vulgus.</div>
567
+ <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Hoeger, Wilderman and Baumbach</div>
568
+ <div class="text-color-dark">Cunae confugo viduo sordeo.
569
+ Caput cur admoveo victoria curvo eos fugiat beneficium.
570
+ Esse tamisium clibanus viriliter charisma pauper amplus.</div>
571
571
  </div>
572
572
  <div>
573
573
  <div class="text-size-14 text-color-primary margin-bottom-10">
574
574
  <span class="rioglyph rioglyph-fingerprint text-size-200pct">
575
575
  </span>
576
576
  </div>
577
- <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Reichel - Swaniawski</div>
578
- <div class="text-color-dark">Anser vel vado beneficium voluptatem.
579
- Conspergo praesentium repudiandae.
580
- Conicio iste articulus quasi iusto rerum inflammatio decretum.</div>
577
+ <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Wuckert - Schinner</div>
578
+ <div class="text-color-dark">Debilito magnam peccatus volubilis aptus enim.
579
+ Decet celo cultellus audacia vinculum tricesimus ver.
580
+ Suffoco constans ait amplus tenuis incidunt.</div>
581
581
  </div>
582
582
  <div>
583
583
  <div class="text-size-14 text-color-primary margin-bottom-10">
584
584
  <span class="rioglyph rioglyph-code-brackets text-size-200pct">
585
585
  </span>
586
586
  </div>
587
- <div class="text-size-18 text-color-darker text-medium margin-bottom-5">O'Kon, Rodriguez and Borer</div>
588
- <div class="text-color-dark">Capto corpus conturbo mollitia alo basium adeptio tempore id strues.
589
- Tantum conforto tamquam conatus arbustum demum utrimque.
590
- Territo crepusculum aqua tepesco acceptus caritas amo amor vivo vomer.</div>
587
+ <div class="text-size-18 text-color-darker text-medium margin-bottom-5">Reinger LLC</div>
588
+ <div class="text-color-dark">Arca curto adeptio supplanto quibusdam victus.
589
+ Arto vestrum tracto sodalitas sursum contra asper volo.
590
+ Recusandae thalassinus vilitas aegrotatio nulla tepidus caritas vos conforto earum.</div>
591
591
  </div>
592
592
  </div>
593
593
  </div>
594
594
  ```
595
595
 
596
- ### Example: Introducing the Saint Vincent and the Grenadines-inspired Table, blending elastic style with local craftsmanship
596
+ ### Example: Featuring Tennessine-enhanced technology, our Table offers unparalleled strange performance
597
597
 
598
598
  Enhance your application with powerful add-ons!
599
599
 
600
- Luxurious Wooden Chair
601
- Introducing the Saint Vincent and the Grenadines-inspired Table, blending elastic style with local craftsmanship
600
+ Rustic Gold Car
601
+ Featuring Tennessine-enhanced technology, our Table offers unparalleled strange performance
602
602
 
603
- 14.45
603
+ 30.05
604
604
  Total per month
605
605
 
606
606
  Get Add-on
607
607
 
608
- Licensed Wooden Sausages
609
- New red Fish with ergonomic design for whopping comfort
608
+ Modern Granite Mouse
609
+ Innovative Bike featuring specific technology and Gold construction
610
610
 
611
- 61.75
612
- Total per user / month
611
+ 86.15
612
+ Total per month
613
613
 
614
614
  Get Add-on
615
615
 
616
- Luxurious Cotton Chair
617
- Professional-grade Keyboard perfect for mammoth training and recreational use
616
+ Electronic Granite Shoes
617
+ Refined Bike designed with Gold for classic performance
618
618
 
619
- 57.93
620
- Total per user / month
619
+ 55.90
620
+ Total per month
621
621
 
622
622
  Get Add-on
623
623
 
624
- Handmade Marble Computer
625
- Savor the savory essence in our Bacon, designed for regular culinary adventures
624
+ Incredible Marble Gloves
625
+ The sleek and hefty Tuna comes with silver LED lighting for smart functionality
626
626
 
627
- 51.29
628
- Per 1000 messages / month
627
+ 91.10
628
+ Total per month
629
629
 
630
630
  Get Add-on
631
631
 
632
- Generic Metal Bike
633
- The magenta Fish combines Palestine aesthetics with Nitrogen-based durability
632
+ Licensed Rubber Table
633
+ Introducing the Cuba-inspired Chips, blending advanced style with local craftsmanship
634
634
 
635
- 80.45
636
- Per 1000 messages / month
635
+ 21.09
636
+ Total per month
637
637
 
638
638
  Get Add-on
639
639
 
@@ -641,43 +641,43 @@ Get Add-on
641
641
 
642
642
  Enhance your application with powerful add-ons!
643
643
 
644
- Luxurious Wooden Chair
645
- Introducing the Saint Vincent and the Grenadines-inspired Table, blending elastic style with local craftsmanship
644
+ Rustic Gold Car
645
+ Featuring Tennessine-enhanced technology, our Table offers unparalleled strange performance
646
646
 
647
- 14.45
647
+ 30.05
648
648
  Total per month
649
649
 
650
650
  Get Add-on
651
651
 
652
- Licensed Wooden Sausages
653
- New red Fish with ergonomic design for whopping comfort
652
+ Modern Granite Mouse
653
+ Innovative Bike featuring specific technology and Gold construction
654
654
 
655
- 61.75
656
- Total per user / month
655
+ 86.15
656
+ Total per month
657
657
 
658
658
  Get Add-on
659
659
 
660
- Luxurious Cotton Chair
661
- Professional-grade Keyboard perfect for mammoth training and recreational use
660
+ Electronic Granite Shoes
661
+ Refined Bike designed with Gold for classic performance
662
662
 
663
- 57.93
664
- Total per user / month
663
+ 55.90
664
+ Total per month
665
665
 
666
666
  Get Add-on
667
667
 
668
- Handmade Marble Computer
669
- Savor the savory essence in our Bacon, designed for regular culinary adventures
668
+ Incredible Marble Gloves
669
+ The sleek and hefty Tuna comes with silver LED lighting for smart functionality
670
670
 
671
- 51.29
672
- Per 1000 messages / month
671
+ 91.10
672
+ Total per month
673
673
 
674
674
  Get Add-on
675
675
 
676
- Generic Metal Bike
677
- The magenta Fish combines Palestine aesthetics with Nitrogen-based durability
676
+ Licensed Rubber Table
677
+ Introducing the Cuba-inspired Chips, blending advanced style with local craftsmanship
678
678
 
679
- 80.45
680
- Per 1000 messages / month
679
+ 21.09
680
+ Total per month
681
681
 
682
682
  Get Add-on
683
683
 
@@ -782,11 +782,11 @@ export default () => {
782
782
  </span>
783
783
  </div>
784
784
  <div class="flex-1-1">
785
- <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Luxurious Wooden Chair</div>
786
- <div class="text-size-14 text-color-dark">Introducing the Saint Vincent and the Grenadines-inspired Table, blending elastic style with local craftsmanship</div>
785
+ <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Rustic Gold Car</div>
786
+ <div class="text-size-14 text-color-dark">Featuring Tennessine-enhanced technology, our Table offers unparalleled strange performance</div>
787
787
  </div>
788
788
  <div class="width-100">
789
- <div class="text-size-16 text-medium">€14.45</div>
789
+ <div class="text-size-16 text-medium">€30.05</div>
790
790
  <div class="text-size-12 text-color-gray">Total per month</div>
791
791
  </div>
792
792
  <div>
@@ -799,12 +799,12 @@ export default () => {
799
799
  </span>
800
800
  </div>
801
801
  <div class="flex-1-1">
802
- <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Licensed Wooden Sausages</div>
803
- <div class="text-size-14 text-color-dark">New red Fish with ergonomic design for whopping comfort</div>
802
+ <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Modern Granite Mouse</div>
803
+ <div class="text-size-14 text-color-dark">Innovative Bike featuring specific technology and Gold construction</div>
804
804
  </div>
805
805
  <div class="width-100">
806
- <div class="text-size-16 text-medium">€61.75</div>
807
- <div class="text-size-12 text-color-gray">Total per user / month</div>
806
+ <div class="text-size-16 text-medium">€86.15</div>
807
+ <div class="text-size-12 text-color-gray">Total per month</div>
808
808
  </div>
809
809
  <div>
810
810
  <button type="button" class="btn btn-muted-filled btn-component" tabindex="0">Get Add-on</button>
@@ -816,12 +816,12 @@ export default () => {
816
816
  </span>
817
817
  </div>
818
818
  <div class="flex-1-1">
819
- <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Luxurious Cotton Chair</div>
820
- <div class="text-size-14 text-color-dark">Professional-grade Keyboard perfect for mammoth training and recreational use</div>
819
+ <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Electronic Granite Shoes</div>
820
+ <div class="text-size-14 text-color-dark">Refined Bike designed with Gold for classic performance</div>
821
821
  </div>
822
822
  <div class="width-100">
823
- <div class="text-size-16 text-medium">€57.93</div>
824
- <div class="text-size-12 text-color-gray">Total per user / month</div>
823
+ <div class="text-size-16 text-medium">€55.90</div>
824
+ <div class="text-size-12 text-color-gray">Total per month</div>
825
825
  </div>
826
826
  <div>
827
827
  <button type="button" class="btn btn-muted-filled btn-component" tabindex="0">Get Add-on</button>
@@ -833,12 +833,12 @@ export default () => {
833
833
  </span>
834
834
  </div>
835
835
  <div class="flex-1-1">
836
- <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Handmade Marble Computer</div>
837
- <div class="text-size-14 text-color-dark">Savor the savory essence in our Bacon, designed for regular culinary adventures</div>
836
+ <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Incredible Marble Gloves</div>
837
+ <div class="text-size-14 text-color-dark">The sleek and hefty Tuna comes with silver LED lighting for smart functionality</div>
838
838
  </div>
839
839
  <div class="width-100">
840
- <div class="text-size-16 text-medium">€51.29</div>
841
- <div class="text-size-12 text-color-gray">Per 1000 messages / month</div>
840
+ <div class="text-size-16 text-medium">€91.10</div>
841
+ <div class="text-size-12 text-color-gray">Total per month</div>
842
842
  </div>
843
843
  <div>
844
844
  <button type="button" class="btn btn-muted-filled btn-component" tabindex="0">Get Add-on</button>
@@ -850,12 +850,12 @@ export default () => {
850
850
  </span>
851
851
  </div>
852
852
  <div class="flex-1-1">
853
- <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Generic Metal Bike</div>
854
- <div class="text-size-14 text-color-dark">The magenta Fish combines Palestine aesthetics with Nitrogen-based durability</div>
853
+ <div class="text-size-16 text-medium margin-bottom-5 text-lowercase text-capitalize-first-word">Licensed Rubber Table</div>
854
+ <div class="text-size-14 text-color-dark">Introducing the Cuba-inspired Chips, blending advanced style with local craftsmanship</div>
855
855
  </div>
856
856
  <div class="width-100">
857
- <div class="text-size-16 text-medium">€80.45</div>
858
- <div class="text-size-12 text-color-gray">Per 1000 messages / month</div>
857
+ <div class="text-size-16 text-medium">€21.09</div>
858
+ <div class="text-size-12 text-color-gray">Total per month</div>
859
859
  </div>
860
860
  <div>
861
861
  <button type="button" class="btn btn-muted-filled btn-component" tabindex="0">Get Add-on</button>
@@ -869,45 +869,45 @@ export default () => {
869
869
 
870
870
  Features
871
871
 
872
- Gorgeous Plastic Chips
873
- New teal Chicken with ergonomic design for needy comfort
872
+ Frozen Silk Keyboard
873
+ Savor the crunchy essence in our Salad, designed for excellent culinary adventures
874
874
 
875
- Handcrafted Bamboo Chair
876
- Introducing the Belarus-inspired Keyboard, blending unique style with local craftsmanship
875
+ Licensed Aluminum Gloves
876
+ Ergonomic Bike designed with Aluminum for austere performance
877
877
 
878
- Oriental Silk Soap
879
- Innovative Table featuring rubbery technology and Concrete construction
878
+ Fantastic Rubber Pizza
879
+ New pink Bike with ergonomic design for menacing comfort
880
880
 
881
- Ergonomic Wooden Fish
882
- The Christine Ball is the latest in a series of calculating products from Schaefer - Mosciski
881
+ Gorgeous Granite Chips
882
+ Small Chicken designed with Marble for fluffy performance
883
883
 
884
- Recycled Ceramic Ball
885
- Discover the rabbit-like agility of our Bike, perfect for scented users
884
+ Fresh Rubber Pizza
885
+ Discover the scary new Mouse with an exciting mix of Rubber ingredients
886
886
 
887
- Handcrafted Bronze Car
888
- Stylish Salad designed to make you stand out with scented looks
887
+ Rustic Plastic Car
888
+ The Managed fault-tolerant internet solution Ball offers reliable performance and frank design
889
889
 
890
890
  #### Summary
891
891
 
892
892
  Features
893
893
 
894
- Gorgeous Plastic Chips
895
- New teal Chicken with ergonomic design for needy comfort
894
+ Frozen Silk Keyboard
895
+ Savor the crunchy essence in our Salad, designed for excellent culinary adventures
896
896
 
897
- Handcrafted Bamboo Chair
898
- Introducing the Belarus-inspired Keyboard, blending unique style with local craftsmanship
897
+ Licensed Aluminum Gloves
898
+ Ergonomic Bike designed with Aluminum for austere performance
899
899
 
900
- Oriental Silk Soap
901
- Innovative Table featuring rubbery technology and Concrete construction
900
+ Fantastic Rubber Pizza
901
+ New pink Bike with ergonomic design for menacing comfort
902
902
 
903
- Ergonomic Wooden Fish
904
- The Christine Ball is the latest in a series of calculating products from Schaefer - Mosciski
903
+ Gorgeous Granite Chips
904
+ Small Chicken designed with Marble for fluffy performance
905
905
 
906
- Recycled Ceramic Ball
907
- Discover the rabbit-like agility of our Bike, perfect for scented users
906
+ Fresh Rubber Pizza
907
+ Discover the scary new Mouse with an exciting mix of Rubber ingredients
908
908
 
909
- Handcrafted Bronze Car
910
- Stylish Salad designed to make you stand out with scented looks
909
+ Rustic Plastic Car
910
+ The Managed fault-tolerant internet solution Ball offers reliable performance and frank design
911
911
 
912
912
  #### React (tsx)
913
913
 
@@ -972,48 +972,48 @@ export default () => {
972
972
  <span class="rioglyph rioglyph-ok-sign text-color-success text-size-20">
973
973
  </span>
974
974
  <div>
975
- <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Gorgeous Plastic Chips</div>
976
- <div>New teal Chicken with ergonomic design for needy comfort</div>
975
+ <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Frozen Silk Keyboard</div>
976
+ <div>Savor the crunchy essence in our Salad, designed for excellent culinary adventures</div>
977
977
  </div>
978
978
  </li>
979
979
  <li class="display-flex gap-10 ">
980
980
  <span class="rioglyph rioglyph-ok-sign text-color-success text-size-20">
981
981
  </span>
982
982
  <div>
983
- <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Handcrafted Bamboo Chair</div>
984
- <div>Introducing the Belarus-inspired Keyboard, blending unique style with local craftsmanship</div>
983
+ <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Licensed Aluminum Gloves</div>
984
+ <div>Ergonomic Bike designed with Aluminum for austere performance</div>
985
985
  </div>
986
986
  </li>
987
987
  <li class="display-flex gap-10 ">
988
988
  <span class="rioglyph rioglyph-ok-sign text-color-success text-size-20">
989
989
  </span>
990
990
  <div>
991
- <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Oriental Silk Soap</div>
992
- <div>Innovative Table featuring rubbery technology and Concrete construction</div>
991
+ <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Fantastic Rubber Pizza</div>
992
+ <div>New pink Bike with ergonomic design for menacing comfort</div>
993
993
  </div>
994
994
  </li>
995
995
  <li class="display-flex gap-10 ">
996
996
  <span class="rioglyph rioglyph-ok-sign text-color-success text-size-20">
997
997
  </span>
998
998
  <div>
999
- <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Ergonomic Wooden Fish</div>
1000
- <div>The Christine Ball is the latest in a series of calculating products from Schaefer - Mosciski</div>
999
+ <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Gorgeous Granite Chips</div>
1000
+ <div>Small Chicken designed with Marble for fluffy performance</div>
1001
1001
  </div>
1002
1002
  </li>
1003
1003
  <li class="display-flex gap-10 ">
1004
1004
  <span class="rioglyph rioglyph-ok-sign text-color-success text-size-20">
1005
1005
  </span>
1006
1006
  <div>
1007
- <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Recycled Ceramic Ball</div>
1008
- <div>Discover the rabbit-like agility of our Bike, perfect for scented users</div>
1007
+ <div class="text-medium text-size-18 text-color-darker text-lowercase text-capitalize-first-word">Fresh Rubber Pizza</div>
1008
+ <div>Discover the scary new Mouse with an exciting mix of Rubber ingredients</div>
1009
1009
  </div>
1010
1010
  </li>
1011
1011
  <li class="display-flex gap-10">
1012
1012
  <span class="rioglyph rioglyph rioglyph-minus-sign text-color-gray text-size-20">
1013
1013
  </span>
1014
1014
  <div>
1015
- <div class="text-medium text-size-18 text-color-darker text-capitalize-first-word">Handcrafted Bronze Car</div>
1016
- <div>Stylish Salad designed to make you stand out with scented looks</div>
1015
+ <div class="text-medium text-size-18 text-color-darker text-capitalize-first-word">Rustic Plastic Car</div>
1016
+ <div>The Managed fault-tolerant internet solution Ball offers reliable performance and frank design</div>
1017
1017
  </div>
1018
1018
  </li>
1019
1019
  </ul>