@wavemaker/foundation-css 11.14.3-rc.6401 → 11.15.0-2.247

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 (188) hide show
  1. package/cjs/foundation-css.cjs +92 -33
  2. package/cjs/src_tokens_mobile_components_accordion_accordion_json.foundation-css.cjs +1 -1
  3. package/cjs/src_tokens_mobile_components_anchor_anchor_json.foundation-css.cjs +1 -1
  4. package/cjs/src_tokens_mobile_components_bottomsheet_bottomsheet_json.foundation-css.cjs +1 -1
  5. package/cjs/src_tokens_mobile_components_button-group_button-group_json.foundation-css.cjs +1 -1
  6. package/cjs/src_tokens_mobile_components_button_button_json.foundation-css.cjs +1 -1
  7. package/cjs/src_tokens_mobile_components_calendar_calendar_json.foundation-css.cjs +1 -1
  8. package/cjs/src_tokens_mobile_components_camera_camera_json.foundation-css.cjs +1 -1
  9. package/cjs/src_tokens_mobile_components_cards_cards_json.foundation-css.cjs +1 -1
  10. package/cjs/src_tokens_mobile_components_carousel_carousel_json.foundation-css.cjs +1 -1
  11. package/cjs/src_tokens_mobile_components_container_container_json.foundation-css.cjs +1 -1
  12. package/cjs/src_tokens_mobile_components_fileupload_fileupload_json.foundation-css.cjs +1 -1
  13. package/cjs/src_tokens_mobile_components_form-controls_form-controls_json.foundation-css.cjs +1 -1
  14. package/cjs/src_tokens_mobile_components_label_label_json.foundation-css.cjs +1 -1
  15. package/cjs/src_tokens_mobile_components_list_list_json.foundation-css.cjs +1 -1
  16. package/cjs/src_tokens_mobile_components_lottie_lottie_json.foundation-css.cjs +1 -1
  17. package/cjs/src_tokens_mobile_components_modal-dialog_modal-dialog_json.foundation-css.cjs +1 -1
  18. package/cjs/src_tokens_mobile_components_nav_nav_json.foundation-css.cjs +1 -1
  19. package/cjs/src_tokens_mobile_components_navbar_navbar_json.foundation-css.cjs +1 -1
  20. package/cjs/src_tokens_mobile_components_navitem_navitem_json.foundation-css.cjs +14 -0
  21. package/cjs/src_tokens_mobile_components_panel-footer_panel-footer_json.foundation-css.cjs +14 -0
  22. package/cjs/src_tokens_mobile_components_panel_panel_json.foundation-css.cjs +1 -1
  23. package/cjs/src_tokens_mobile_components_picture_picture_json.foundation-css.cjs +1 -1
  24. package/cjs/src_tokens_mobile_components_popover_popover_json.foundation-css.cjs +1 -1
  25. package/cjs/src_tokens_mobile_components_search_search_json.foundation-css.cjs +1 -1
  26. package/cjs/src_tokens_mobile_components_switch_switch_json.foundation-css.cjs +1 -1
  27. package/cjs/src_tokens_mobile_components_tabbar_tabbar_json.foundation-css.cjs +1 -1
  28. package/cjs/src_tokens_mobile_components_tabs_tabs_json.foundation-css.cjs +1 -1
  29. package/cjs/src_tokens_mobile_components_tile_tile_json.foundation-css.cjs +1 -1
  30. package/cjs/src_tokens_mobile_components_toggle_toggle_json.foundation-css.cjs +1 -1
  31. package/cjs/src_tokens_mobile_components_webview_webview_json.foundation-css.cjs +1 -1
  32. package/cjs/src_tokens_web_components_button_button_json.foundation-css.cjs +1 -1
  33. package/cjs/src_tokens_web_components_calendar_calendar_json.foundation-css.cjs +1 -1
  34. package/cjs/src_tokens_web_components_cards_cards_json.foundation-css.cjs +1 -1
  35. package/cjs/src_tokens_web_components_checkbox_checkbox_json.foundation-css.cjs +1 -1
  36. package/cjs/src_tokens_web_components_data-table_data-table_json.foundation-css.cjs +1 -1
  37. package/cjs/src_tokens_web_components_dropdown-menu_dropdown-menu_json.foundation-css.cjs +1 -1
  38. package/cjs/src_tokens_web_components_form-controls_form-controls_json.foundation-css.cjs +1 -1
  39. package/cjs/src_tokens_web_components_iconbutton-toggleable_iconbutton-toggleable_json.foundation-css.cjs +14 -0
  40. package/cjs/src_tokens_web_components_page-content_page-content_json.foundation-css.cjs +1 -1
  41. package/cjs/src_tokens_web_components_page-left-nav_page-left-nav_json.foundation-css.cjs +1 -1
  42. package/cjs/src_tokens_web_components_page-right-nav_page-right-nav_json.foundation-css.cjs +1 -1
  43. package/cjs/src_tokens_web_components_popover_popover_json.foundation-css.cjs +1 -1
  44. package/cjs/src_tokens_web_components_progress-circle_progress-circle_json.foundation-css.cjs +1 -1
  45. package/cjs/src_tokens_web_components_rating_rating_json.foundation-css.cjs +1 -1
  46. package/cjs/src_tokens_web_components_slider_slider_json.foundation-css.cjs +14 -0
  47. package/cjs/src_tokens_web_components_switch_switch_json.foundation-css.cjs +1 -1
  48. package/cjs/src_tokens_web_components_tabs_tabs_json.foundation-css.cjs +1 -1
  49. package/foundation/foundation.css +669 -179
  50. package/foundation/foundation.min.css +1 -1
  51. package/native_mobile.index.d.ts +20 -0
  52. package/native_mobile.index.js +29 -3
  53. package/native_mobile.index.js.map +1 -1
  54. package/npm-shrinkwrap.json +44 -50
  55. package/package-lock.json +44 -50
  56. package/package.json +8 -7
  57. package/src/styles/mobile/components/advanced/carousel.less +10 -0
  58. package/src/styles/mobile/components/advanced/webview.less +6 -2
  59. package/src/styles/mobile/components/basic/anchor.less +2 -2
  60. package/src/styles/mobile/components/basic/bottomsheet.less +6 -0
  61. package/src/styles/mobile/components/basic/button.less +17 -5
  62. package/src/styles/mobile/components/basic/buttongroup.less +22 -6
  63. package/src/styles/mobile/components/basic/label.less +150 -15
  64. package/src/styles/mobile/components/basic/lottie.less +6 -3
  65. package/src/styles/mobile/components/basic/picture.less +9 -0
  66. package/src/styles/mobile/components/basic/search.less +21 -2
  67. package/src/styles/mobile/components/container/panel/panel-footer.less +13 -1
  68. package/src/styles/mobile/components/container/panel.less +31 -34
  69. package/src/styles/mobile/components/container/tabs/tab-header.less +11 -5
  70. package/src/styles/mobile/components/container/tabs.less +2 -0
  71. package/src/styles/mobile/components/container.less +16 -4
  72. package/src/styles/mobile/components/data/card.less +4 -1
  73. package/src/styles/mobile/components/data/form.less +75 -30
  74. package/src/styles/mobile/components/data/list.less +10 -45
  75. package/src/styles/mobile/components/device/camera.less +4 -3
  76. package/src/styles/mobile/components/dialogs/dialog.less +56 -12
  77. package/src/styles/mobile/components/input/calendar.less +0 -1
  78. package/src/styles/mobile/components/input/fileupload.less +1 -0
  79. package/src/styles/mobile/components/input/switch.less +8 -0
  80. package/src/styles/mobile/components/input/toggle.less +2 -0
  81. package/src/styles/mobile/components/navigation/appnavbar.less +12 -4
  82. package/src/styles/mobile/components/navigation/navitem.less +78 -17
  83. package/src/styles/mobile/components/navigation/popover.less +19 -4
  84. package/src/styles/mobile/components/page/tabbar.less +13 -2
  85. package/src/styles/mobile/components/tokens.light.css +206 -383
  86. package/src/styles/mobile/components/variables/carousel.variant.less +8 -0
  87. package/src/styles/mobile/components/variables/container.variant.less +26 -3
  88. package/src/styles/mobile/components/variables/form-controls.variant.less +8 -2
  89. package/src/styles/mobile/components/variables/label.variant.less +35 -4
  90. package/src/styles/mobile/components/variables/navitem.variant.less +14 -0
  91. package/src/styles/mobile/components/variables/panel.variant.less +16 -8
  92. package/src/styles/mobile/components/variables/picture.variant.less +2 -2
  93. package/src/styles/mobile/components/variables/switch.variant.less +6 -1
  94. package/src/styles/mobile/components/variables/tabs.variant.less +6 -2
  95. package/src/styles/mobile/components/variables/toggle.variant.less +8 -0
  96. package/src/styles/mobile/studio/advanced/styles.less +1 -0
  97. package/src/styles/mobile/studio/advanced/webview.less +7 -0
  98. package/src/styles/mobile/studio/basic/button-group.less +3 -1
  99. package/src/styles/mobile/studio/basic/label.less +22 -7
  100. package/src/styles/mobile/studio/basic/message.less +6 -0
  101. package/src/styles/mobile/studio/basic/picture.less +6 -0
  102. package/src/styles/mobile/studio/basic/search.less +8 -0
  103. package/src/styles/mobile/studio/container/container.less +10 -3
  104. package/src/styles/mobile/studio/container/linearlayout.less +8 -0
  105. package/src/styles/mobile/studio/container/panel.less +3 -7
  106. package/src/styles/mobile/studio/container/styles.less +2 -1
  107. package/src/styles/mobile/studio/container/tabs.less +8 -7
  108. package/src/styles/mobile/studio/data/list.less +22 -0
  109. package/src/styles/mobile/studio/dialogs/base-dialog.less +152 -3
  110. package/src/styles/mobile/studio/input/form.less +61 -26
  111. package/src/styles/mobile/studio/input/switch.less +2 -1
  112. package/src/styles/mobile/studio/layouts/appnavbar.less +12 -5
  113. package/src/styles/mobile/studio/layouts/page-content.less +1 -1
  114. package/src/styles/mobile/studio/layouts/tabbar.less +10 -2
  115. package/src/styles/mobile/studio/navigation/nav.less +19 -1
  116. package/src/styles/mobile/studio/navigation/popover.less +32 -1
  117. package/src/tokens/mobile/components/accordion/accordion.json +1 -29
  118. package/src/tokens/mobile/components/anchor/anchor.json +18 -0
  119. package/src/tokens/mobile/components/bottomsheet/bottomsheet.json +39 -5
  120. package/src/tokens/mobile/components/button/button.json +1 -3
  121. package/src/tokens/mobile/components/button-group/button-group.json +25 -41
  122. package/src/tokens/mobile/components/calendar/calendar.json +0 -8
  123. package/src/tokens/mobile/components/camera/camera.json +34 -8
  124. package/src/tokens/mobile/components/cards/cards.json +34 -8
  125. package/src/tokens/mobile/components/carousel/carousel.json +74 -2
  126. package/src/tokens/mobile/components/container/container.json +144 -14
  127. package/src/tokens/mobile/components/fileupload/fileupload.json +1 -1
  128. package/src/tokens/mobile/components/form-controls/form-controls.json +200 -56
  129. package/src/tokens/mobile/components/label/label.json +219 -21
  130. package/src/tokens/mobile/components/list/list.json +45 -135
  131. package/src/tokens/mobile/components/lottie/lottie.json +40 -7
  132. package/src/tokens/mobile/components/modal-dialog/modal-dialog.json +116 -54
  133. package/src/tokens/mobile/components/nav/nav.json +38 -83
  134. package/src/tokens/mobile/components/navbar/navbar.json +61 -0
  135. package/src/tokens/mobile/components/navitem/navitem.json +521 -0
  136. package/src/tokens/mobile/components/panel/panel.json +114 -84
  137. package/src/tokens/mobile/components/panel-footer/panel-footer.json +116 -0
  138. package/src/tokens/mobile/components/picture/picture.json +2 -6
  139. package/src/tokens/mobile/components/popover/popover.json +102 -18
  140. package/src/tokens/mobile/components/search/search.json +133 -9
  141. package/src/tokens/mobile/components/switch/switch.json +47 -2
  142. package/src/tokens/mobile/components/tabbar/tabbar.json +29 -11
  143. package/src/tokens/mobile/components/tabs/tabs.json +72 -32
  144. package/src/tokens/mobile/components/tile/tile.json +18 -2
  145. package/src/tokens/mobile/components/toggle/toggle.json +68 -0
  146. package/src/tokens/mobile/components/webview/webview.json +45 -4
  147. package/src/tokens/mobile/global/box-shadow/box-shadow.json +6 -0
  148. package/src/tokens/mobile/global/font/font.json +33 -0
  149. package/src/tokens/mobile/global/opacity/opacity.json +2 -3
  150. package/src/tokens/web/components/button/button.json +1 -1
  151. package/src/tokens/web/components/calendar/Token.Readme.md +55 -22
  152. package/src/tokens/web/components/calendar/calendar.json +422 -152
  153. package/src/tokens/web/components/cards/cards.json +5 -5
  154. package/src/tokens/web/components/checkbox/Token.Readme.md +1 -0
  155. package/src/tokens/web/components/checkbox/checkbox.json +8 -0
  156. package/src/tokens/web/components/data-table/data-table.json +27 -2
  157. package/src/tokens/web/components/dropdown-menu/dropdown-menu.json +2 -2
  158. package/src/tokens/web/components/form-controls/Token.Readme.md +1 -0
  159. package/src/tokens/web/components/form-controls/form-controls.json +19 -2
  160. package/src/tokens/web/components/iconbutton-toggleable/Readme.md +17 -0
  161. package/src/tokens/web/components/iconbutton-toggleable/Token.Readme.md +19 -0
  162. package/src/tokens/web/components/iconbutton-toggleable/iconbutton-toggleable.json +557 -0
  163. package/src/tokens/web/components/page-content/page-content.json +1 -1
  164. package/src/tokens/web/components/page-left-nav/page-left-nav.json +1 -1
  165. package/src/tokens/web/components/page-right-nav/Readme.md +4 -4
  166. package/src/tokens/web/components/page-right-nav/page-right-nav.json +4 -4
  167. package/src/tokens/web/components/popover/Token.Readme.md +3 -2
  168. package/src/tokens/web/components/popover/popover.json +26 -16
  169. package/src/tokens/web/components/progress-circle/Token.Readme.md +6 -1
  170. package/src/tokens/web/components/progress-circle/progress-circle.json +40 -0
  171. package/src/tokens/web/components/rating/rating.json +2 -2
  172. package/src/tokens/web/components/slider/Token.Readme.md +24 -0
  173. package/src/tokens/web/components/slider/slider.json +153 -0
  174. package/src/tokens/web/components/switch/switch.json +1 -1
  175. package/src/tokens/web/components/tabs/Token.Readme.md +4 -0
  176. package/src/tokens/web/components/tabs/tabs.json +33 -1
  177. package/src/tokens/web/global/elevation/elevation.json +5 -5
  178. package/src/utils/style-dictionary-utils.js +25 -40
  179. package/src/utils/style-dictionary-utils.js.map +1 -1
  180. package/web.index.js +21 -2
  181. package/web.index.js.map +1 -1
  182. package/cjs/src_tokens_mobile_components_page-layout_page-layout_json.foundation-css.cjs +0 -14
  183. package/cjs/src_tokens_mobile_components_pagination_pagination_json.foundation-css.cjs +0 -14
  184. package/cjs/src_tokens_mobile_components_richtext-editor_richtext-editor_json.foundation-css.cjs +0 -14
  185. package/src/styles/mobile/components/variables/button-group.variant.less +0 -7
  186. package/src/tokens/mobile/components/page-layout/page-layout.json +0 -738
  187. package/src/tokens/mobile/components/pagination/pagination.json +0 -250
  188. package/src/tokens/mobile/components/richtext-editor/richtext-editor.json +0 -546
@@ -170,12 +170,32 @@
170
170
  "description": "Controls the horizontal spacing between individual letters in panel heading text. Positive values spread letters apart, negative values bring them closer together.<br>CSS variable: --wm-panel-heading-letter-spacing"
171
171
  }
172
172
  },
173
- "color": {
174
- "value": "{color.on-surface.@.value}",
175
- "type": "color",
176
- "attributes": {
177
- "subtype": "color",
178
- "description": "Sets the text color of panel headings (the title text that appears at the top of panels). This determines what color the heading text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-panel-heading-color"
173
+ "icon": {
174
+ "size": {
175
+ "value": "{icon.size.md.value}",
176
+ "type": "icon",
177
+ "attributes": {
178
+ "subtype": "size",
179
+ "description": "Controls the size of icons that appear in panel headings (the icon that appears next to the heading text). This determines what size the heading icon appears in.<br>CSS variable: --wm-panel-heading-icon-size"
180
+ }
181
+ },
182
+ "color": {
183
+ "value": "{color.on-surface.@.value}",
184
+ "type": "color",
185
+ "attributes": {
186
+ "subtype": "color",
187
+ "description": "Sets the color of icons that appear in panel headings (the icon that appears next to the heading text). This determines what color the heading icon appears in.<br>CSS variable: --wm-panel-heading-icon-color"
188
+ }
189
+ }
190
+ },
191
+ "text": {
192
+ "color": {
193
+ "value": "{color.on-surface.@.value}",
194
+ "type": "color",
195
+ "attributes": {
196
+ "subtype": "color",
197
+ "description": "Sets the text color of panel headings (the title text that appears at the top of panels). This determines what color the heading text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-panel-heading-text-color"
198
+ }
179
199
  }
180
200
  },
181
201
  "background": {
@@ -237,16 +257,6 @@
237
257
  }
238
258
  }
239
259
  },
240
- "actions": {
241
- "gap": {
242
- "value": "{space.2.value}",
243
- "type": "space",
244
- "attributes": {
245
- "subtype": "space",
246
- "description": "Controls the spacing between action buttons in panels (the gap between action buttons in the panel). This creates breathing room between buttons. Acceptable units: px.<br>CSS variable: --wm-panel-actions-gap"
247
- }
248
- }
249
- },
250
260
  "content": {
251
261
  "padding": {
252
262
  "value": "{space.4.value}",
@@ -256,50 +266,6 @@
256
266
  "description": "Controls the internal spacing inside panel content sections (the main content area of the panel). This creates breathing room around the panel content. Acceptable units: px.<br>CSS variable: --wm-panel-content-padding"
257
267
  }
258
268
  }
259
- },
260
- "footer": {
261
- "background": {
262
- "value": "{color.surface.@.value}",
263
- "type": "color",
264
- "attributes": {
265
- "subtype": "color",
266
- "description": "Controls the background color of the panel footer.<br>CSS variable: --wm-panel-footer-background"
267
- }
268
- },
269
- "padding": {
270
- "value": "{space.4.value}",
271
- "type": "space",
272
- "attributes": {
273
- "subtype": "space",
274
- "description": "Controls the internal spacing inside panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-padding"
275
- }
276
- },
277
- "border": {
278
- "color": {
279
- "value": "{color.outline.variant.value}",
280
- "type": "color",
281
- "attributes": {
282
- "subtype": "color",
283
- "description": "Sets the color of the border at the top of panel footers. This determines the color of the separator line between the footer and the panel content.<br>CSS variable: --wm-panel-footer-border-color"
284
- }
285
- },
286
- "width": {
287
- "value": "{border.width.base.value}",
288
- "type": "space",
289
- "attributes": {
290
- "subtype": "border-width",
291
- "description": "Controls the thickness of the border at the top of panel footers. This determines how thick the separator line appears between the footer and the panel content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-border-width"
292
- }
293
- },
294
- "style": {
295
- "value": "{border.style.base.value}",
296
- "type": "radius",
297
- "attributes": {
298
- "subtype": "border-style",
299
- "description": "Controls the style of the border at the top of panel footers. 'solid' creates a continuous line, 'dashed' creates a dotted line, 'dotted' creates small dots.<br>CSS variable: --wm-panel-footer-border-style"
300
- }
301
- }
302
- }
303
269
  }
304
270
  },
305
271
  "appearances": {
@@ -312,9 +278,17 @@
312
278
  "value": "{color.surface.container.@.value}",
313
279
  "type": "color"
314
280
  },
315
- "color": {
316
- "value": "{color.on-surface.@.value}",
317
- "type": "color"
281
+ "icon": {
282
+ "color": {
283
+ "value": "{color.on-surface.@.value}",
284
+ "type": "color"
285
+ }
286
+ },
287
+ "text": {
288
+ "color": {
289
+ "value": "{color.on-surface.@.value}",
290
+ "type": "color"
291
+ }
318
292
  }
319
293
  },
320
294
  "description": {
@@ -330,9 +304,17 @@
330
304
  "value": "{color.primary.container.@.value}",
331
305
  "type": "color"
332
306
  },
333
- "color": {
334
- "value": "{color.primary.@.value}",
335
- "type": "color"
307
+ "icon": {
308
+ "color": {
309
+ "value": "{color.primary.@.value}",
310
+ "type": "color"
311
+ }
312
+ },
313
+ "text": {
314
+ "color": {
315
+ "value": "{color.primary.@.value}",
316
+ "type": "color"
317
+ }
336
318
  }
337
319
  },
338
320
  "description": {
@@ -348,9 +330,17 @@
348
330
  "value": "{color.secondary.container.@.value}",
349
331
  "type": "color"
350
332
  },
351
- "color": {
352
- "value": "{color.secondary.@.value}",
353
- "type": "color"
333
+ "icon": {
334
+ "color": {
335
+ "value": "{color.secondary.@.value}",
336
+ "type": "color"
337
+ }
338
+ },
339
+ "text": {
340
+ "color": {
341
+ "value": "{color.secondary.@.value}",
342
+ "type": "color"
343
+ }
354
344
  }
355
345
  },
356
346
  "description": {
@@ -366,9 +356,17 @@
366
356
  "value": "{color.tertiary.container.@.value}",
367
357
  "type": "color"
368
358
  },
369
- "color": {
370
- "value": "{color.tertiary.@.value}",
371
- "type": "color"
359
+ "icon": {
360
+ "color": {
361
+ "value": "{color.tertiary.@.value}",
362
+ "type": "color"
363
+ }
364
+ },
365
+ "text": {
366
+ "color": {
367
+ "value": "{color.tertiary.@.value}",
368
+ "type": "color"
369
+ }
372
370
  }
373
371
  },
374
372
  "description": {
@@ -384,9 +382,17 @@
384
382
  "value": "{color.success.container.@.value}",
385
383
  "type": "color"
386
384
  },
387
- "color": {
388
- "value": "{color.success.@.value}",
389
- "type": "color"
385
+ "icon": {
386
+ "color": {
387
+ "value": "{color.success.@.value}",
388
+ "type": "color"
389
+ }
390
+ },
391
+ "text": {
392
+ "color": {
393
+ "value": "{color.success.@.value}",
394
+ "type": "color"
395
+ }
390
396
  }
391
397
  },
392
398
  "description": {
@@ -402,9 +408,17 @@
402
408
  "value": "{color.info.container.@.value}",
403
409
  "type": "color"
404
410
  },
405
- "color": {
406
- "value": "{color.info.@.value}",
407
- "type": "color"
411
+ "icon": {
412
+ "color": {
413
+ "value": "{color.info.@.value}",
414
+ "type": "color"
415
+ }
416
+ },
417
+ "text": {
418
+ "color": {
419
+ "value": "{color.info.@.value}",
420
+ "type": "color"
421
+ }
408
422
  }
409
423
  },
410
424
  "description": {
@@ -420,9 +434,17 @@
420
434
  "value": "{color.warning.container.@.value}",
421
435
  "type": "color"
422
436
  },
423
- "color": {
424
- "value": "{color.warning.@.value}",
425
- "type": "color"
437
+ "icon": {
438
+ "color": {
439
+ "value": "{color.warning.@.value}",
440
+ "type": "color"
441
+ }
442
+ },
443
+ "text": {
444
+ "color": {
445
+ "value": "{color.warning.@.value}",
446
+ "type": "color"
447
+ }
426
448
  }
427
449
  },
428
450
  "description": {
@@ -438,9 +460,17 @@
438
460
  "value": "{color.error.container.@.value}",
439
461
  "type": "color"
440
462
  },
441
- "color": {
442
- "value": "{color.error.@.value}",
443
- "type": "color"
463
+ "icon": {
464
+ "color": {
465
+ "value": "{color.error.@.value}",
466
+ "type": "color"
467
+ }
468
+ },
469
+ "text": {
470
+ "color": {
471
+ "value": "{color.error.@.value}",
472
+ "type": "color"
473
+ }
444
474
  }
445
475
  },
446
476
  "description": {
@@ -0,0 +1,116 @@
1
+ {
2
+ "panel-footer": {
3
+ "meta": {
4
+ "mapping": {
5
+ "selector": {
6
+ "mobile_comment": ".app-panel-footer"
7
+ }
8
+ }
9
+ },
10
+ "mapping": {
11
+ "background": {
12
+ "value": "{color.surface.@.value}",
13
+ "type": "color",
14
+ "attributes": {
15
+ "subtype": "color",
16
+ "description": "Controls the background color of the panel footer.<br>CSS variable: --wm-panel-footer-background"
17
+ }
18
+ },
19
+ "margin": {
20
+ "top": {
21
+ "value": "{space.2.value}",
22
+ "type": "space",
23
+ "attributes": {
24
+ "subtype": "space",
25
+ "description": "Controls the external spacing around panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-margin-top"
26
+ }
27
+ },
28
+ "bottom": {
29
+ "value": "{space.0.value}",
30
+ "type": "space",
31
+ "attributes": {
32
+ "subtype": "space",
33
+ "description": "Controls the external spacing around panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-margin-bottom"
34
+ }
35
+ },
36
+ "left": {
37
+ "value": "{space.0.value}",
38
+ "type": "space",
39
+ "attributes": {
40
+ "subtype": "space",
41
+ "description": "Controls the external spacing around panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-margin-left"
42
+ }
43
+ },
44
+ "right": {
45
+ "value": "{space.0.value}",
46
+ "type": "space",
47
+ "attributes": {
48
+ "subtype": "space",
49
+ "description": "Controls the external spacing around panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-margin-right"
50
+ }
51
+ }
52
+ },
53
+ "padding": {
54
+ "inline": {
55
+ "value": "{space.4.value}",
56
+ "type": "space",
57
+ "attributes": {
58
+ "subtype": "space",
59
+ "description": "Controls the internal spacing inside panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-padding-inline"
60
+ }
61
+ },
62
+ "block": {
63
+ "value": "{space.4.value}",
64
+ "type": "space",
65
+ "attributes": {
66
+ "subtype": "space",
67
+ "description": "Controls the internal spacing inside panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-padding-block"
68
+ }
69
+ }
70
+ },
71
+ "border": {
72
+ "color": {
73
+ "value": "{color.outline.variant.value}",
74
+ "type": "color",
75
+ "attributes": {
76
+ "subtype": "color",
77
+ "description": "Sets the color of the border at the top of panel footers. This determines the color of the separator line between the footer and the panel content.<br>CSS variable: --wm-panel-footer-border-color"
78
+ }
79
+ },
80
+ "width": {
81
+ "value": "{border.width.base.value}",
82
+ "type": "space",
83
+ "attributes": {
84
+ "subtype": "border-width",
85
+ "description": "Controls the thickness of the border at the top of panel footers. This determines how thick the separator line appears between the footer and the panel content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-border-width"
86
+ }
87
+ },
88
+ "style": {
89
+ "value": "{border.style.base.value}",
90
+ "type": "radius",
91
+ "attributes": {
92
+ "subtype": "border-style",
93
+ "description": "Controls the style of the border at the top of panel footers. 'solid' creates a continuous line, 'dashed' creates a dotted line, 'dotted' creates small dots.<br>CSS variable: --wm-panel-footer-border-style"
94
+ }
95
+ },
96
+ "radius": {
97
+ "value": "6px",
98
+ "type": "radius",
99
+ "attributes": {
100
+ "subtype": "border-radius",
101
+ "description": "Controls the radius of the border at the top of panel footers. This determines the roundness of the separator line between the footer and the panel content.<br>CSS variable: --wm-panel-footer-border-radius"
102
+ }
103
+ }
104
+ },
105
+ "min-height": {
106
+ "value": "64px",
107
+ "type": "space",
108
+ "attributes": {
109
+ "subtype": "space",
110
+ "description": "Controls the minimum height of panel footers (the bottom section that contains action buttons or additional content). This determines the height of the footer. Acceptable units: px.<br>CSS variable: --wm-panel-footer-min-height"
111
+ }
112
+ }
113
+ },
114
+ "appearances": {}
115
+ }
116
+ }
@@ -5,7 +5,6 @@
5
5
  "default": {
6
6
  "mapping": {
7
7
  "selector": {
8
- "web": ".app-picture",
9
8
  "mobile": ".app-picture"
10
9
  }
11
10
  },
@@ -13,13 +12,11 @@
13
12
  "shape": {
14
13
  "rounded": {
15
14
  "selector": {
16
- "web": ".img-rounded",
17
15
  "mobile": ".rounded-image.app-picture"
18
16
  }
19
17
  },
20
18
  "circle": {
21
19
  "selector": {
22
- "web": ".img-circle",
23
20
  "mobile": ".circle-image.app-picture"
24
21
  }
25
22
  }
@@ -29,7 +26,6 @@
29
26
  "thumbnail": {
30
27
  "mapping": {
31
28
  "selector": {
32
- "web": ".img-thumbnail",
33
29
  "mobile": ".thumbnail-image.app-picture"
34
30
  }
35
31
  }
@@ -106,7 +102,7 @@
106
102
  }
107
103
  },
108
104
  "background": {
109
- "value": "transparent",
105
+ "value": "{color.transparent.@.value}",
110
106
  "type": "color",
111
107
  "attributes": {
112
108
  "subtype": "color",
@@ -154,7 +150,7 @@
154
150
  }
155
151
  },
156
152
  "background": {
157
- "value": "transparent",
153
+ "value": "{color.transparent.@.value}",
158
154
  "type": "color"
159
155
  }
160
156
  },
@@ -8,14 +8,6 @@
8
8
  }
9
9
  },
10
10
  "mapping": {
11
- "position": {
12
- "value": "absolute",
13
- "type": "space",
14
- "attributes": {
15
- "subtype": "space",
16
- "description": "Controls the positioning method of popovers (overlay menus that appear above other content). When set to 'absolute', the popover is positioned relative to its nearest positioned ancestor.<br>CSS variable: --wm-popover-position"
17
- }
18
- },
19
11
  "left": {
20
12
  "value": "{space.1.value}",
21
13
  "type": "space",
@@ -48,14 +40,6 @@
48
40
  "description": "Controls the minimum height of popover components (small overlay windows that appear when users hover or click on elements). This ensures the popover is always tall enough to be visible and properly displayed.<br>CSS variable: --wm-popover-min-height"
49
41
  }
50
42
  },
51
- "elevation": {
52
- "value": "{elevation.shadow.none.value}",
53
- "type": "radius",
54
- "attributes": {
55
- "subtype": "elevation",
56
- "description": "Controls the drop shadow effect around popovers. This creates a subtle shadow that makes the popover appear to float above the background, giving it depth and elevation.<br>CSS variable: --wm-popover-elevation"
57
- }
58
- },
59
43
  "padding-top": {
60
44
  "value": "{space.0.value}",
61
45
  "type": "space",
@@ -227,13 +211,89 @@
227
211
  }
228
212
  },
229
213
  "link": {
230
- "text": {
214
+ "color": {
215
+ "value": "{color.secondary.@.value}",
216
+ "type": "color",
217
+ "attributes": {
218
+ "subtype": "color",
219
+ "description": "Sets the text color of popover caption. This determines what color the link text appears in.<br>CSS variable: --wm-popover-link-color"
220
+ }
221
+ },
222
+ "background": {
223
+ "color": {
224
+ "value": "transparent",
225
+ "type": "color",
226
+ "attributes": {
227
+ "subtype": "color",
228
+ "description": "Sets the background color of the popover text. When transparent, only the popover text is visible. When filled with a color, the text appears with a colored background.<br>CSS variable: --wm-popover-link-background-color"
229
+ }
230
+ }
231
+ },
232
+ "border": {
233
+ "width": {
234
+ "value": "{border.width.0.value}",
235
+ "type": "space",
236
+ "attributes": {
237
+ "subtype": "border-width",
238
+ "description": "Controls the thickness of the border around popover. This determines how thick the outline appears around the popover. Acceptable units: px.<br>CSS variable: --wm-popover-link-border-width"
239
+ }
240
+ },
241
+ "style": {
242
+ "value": "{border.style.base.value}",
243
+ "type": "radius",
244
+ "attributes": {
245
+ "subtype": "border-style",
246
+ "description": "Controls the style of the border around popover. 'solid' creates a continuous line, 'dashed' creates a dotted line, 'dotted' creates small dots.<br>CSS variable: --wm-popover-link-border-style"
247
+ }
248
+ },
231
249
  "color": {
232
250
  "value": "{color.secondary.@.value}",
233
251
  "type": "color",
234
252
  "attributes": {
235
253
  "subtype": "color",
236
- "description": "Sets the text color of popover caption. This determines what color the link text appears in.<br>CSS variable: --wm-popover-link-text-color"
254
+ "description": "Sets the color of the border around popover. This determines the color of the outline that defines the popover.<br>CSS variable: --wm-popover-link-border-color"
255
+ }
256
+ },
257
+ "radius": {
258
+ "value": "{radius.none.value}",
259
+ "type": "radius",
260
+ "attributes": {
261
+ "subtype": "radius",
262
+ "description": "Controls the corner rounding of link popover components. This makes the popover appear with rounded corners for a softer appearance.<br>CSS variable: --wm-popover-link-radius"
263
+ }
264
+ }
265
+ },
266
+ "padding": {
267
+ "top": {
268
+ "value": "{space.2.value}",
269
+ "type": "space",
270
+ "attributes": {
271
+ "subtype": "space",
272
+ "description": "Controls the top padding (vertical spacing) inside popovers. This creates breathing room above the popover wrapper. Acceptable units: px.<br>CSS variable: --wm-popover-link-padding-top"
273
+ }
274
+ },
275
+ "left": {
276
+ "value": "{space.2.value}",
277
+ "type": "space",
278
+ "attributes": {
279
+ "subtype": "space",
280
+ "description": "Controls the left padding (horizontal spacing) inside popovers. This creates breathing room on the left side of the popover wrapper. Acceptable units: px.<br>CSS variable: --wm-popover-link-padding-left"
281
+ }
282
+ },
283
+ "right": {
284
+ "value": "{space.2.value}",
285
+ "type": "space",
286
+ "attributes": {
287
+ "subtype": "space",
288
+ "description": "Controls the right padding (horizontal spacing) inside popovers. This creates breathing room on the right side of the popover wrapper. Acceptable units: px.<br>CSS variable: --wm-popover-link-padding-right"
289
+ }
290
+ },
291
+ "bottom": {
292
+ "value": "{space.2.value}",
293
+ "type": "space",
294
+ "attributes": {
295
+ "subtype": "space",
296
+ "description": "Controls the bottom padding (vertical spacing) inside popovers. This creates breathing room below the popover wrapper. Acceptable units: px.<br>CSS variable: --wm-popover-link-padding-bottom"
237
297
  }
238
298
  }
239
299
  },
@@ -296,6 +356,30 @@
296
356
  }
297
357
  }
298
358
  }
359
+ },
360
+ "height": {
361
+ "value": "auto",
362
+ "type": "space",
363
+ "attributes": {
364
+ "subtype": "space",
365
+ "description": "Controls the height of popovers link wrapper. When set to 100%, the popover takes up the full height of its container. Acceptable units: %, px.<br>CSS variable: --wm-popover-link-height"
366
+ }
367
+ },
368
+ "width": {
369
+ "value": "auto",
370
+ "type": "space",
371
+ "attributes": {
372
+ "subtype": "space",
373
+ "description": "Controls the width of popovers link wrapper. When set to 100%, the popover takes up the full width of its container. Acceptable units: %, px.<br>CSS variable: --wm-popover-link-width"
374
+ }
375
+ },
376
+ "min-height": {
377
+ "value": "auto",
378
+ "type": "space",
379
+ "attributes": {
380
+ "subtype": "space",
381
+ "description": "Controls the minimum height of popover components. This ensures the popover is always tall enough to be visible and properly displayed.<br>CSS variable: --wm-popover-link-min-height"
382
+ }
299
383
  }
300
384
  }
301
385
  }