@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
@@ -32,14 +32,6 @@
32
32
  "description": "Controls the minimum width of modal dialogs. This ensures the dialog is always wide enough to be visible and properly displayed. Acceptable units: px.<br>CSS variable: --wm-modal-min-width"
33
33
  }
34
34
  },
35
- "max-height": {
36
- "value": "793px",
37
- "type": "space",
38
- "attributes": {
39
- "subtype": "space",
40
- "description": "Controls the maximum height of modal dialogs. This prevents the dialog from becoming too tall and ensures it fits within the viewport. Acceptable units: px.<br>CSS variable: --wm-modal-max-height"
41
- }
42
- },
43
35
  "background": {
44
36
  "value": "{color.surface.container.high.@.value}",
45
37
  "type": "color",
@@ -67,7 +59,7 @@
67
59
  },
68
60
  "border": {
69
61
  "width": {
70
- "value": "{border.width.base.value}",
62
+ "value": "{border.width.0.value}",
71
63
  "type": "space",
72
64
  "attributes": {
73
65
  "subtype": "border-width",
@@ -92,14 +84,6 @@
92
84
  }
93
85
  },
94
86
  "close-btn": {
95
- "margin": {
96
- "value": "0",
97
- "type": "space",
98
- "attributes": {
99
- "subtype": "space",
100
- "description": "Controls the outer margin (spacing) around the modal dialog close button. This creates spacing around the close button. Acceptable units: px.<br>CSS variable: --wm-modal-header-close-btn-margin"
101
- }
102
- },
103
87
  "border-width": {
104
88
  "value": "0",
105
89
  "type": "space",
@@ -108,6 +92,22 @@
108
92
  "description": "Controls the thickness of the border around the modal dialog close button. When set to 0, no border is visible. Acceptable units: px.<br>CSS variable: --wm-modal-header-close-btn-border-width"
109
93
  }
110
94
  },
95
+ "border-style": {
96
+ "value": "{border.style.base.value}",
97
+ "type": "radius",
98
+ "attributes": {
99
+ "subtype": "border-style",
100
+ "description": " "
101
+ }
102
+ },
103
+ "border-color": {
104
+ "value": "#cccccc",
105
+ "type": "color",
106
+ "attributes": {
107
+ "subtype": "color",
108
+ "description": " "
109
+ }
110
+ },
111
111
  "font-size": {
112
112
  "value": "14px",
113
113
  "type": "font",
@@ -123,20 +123,28 @@
123
123
  "subtype": "color",
124
124
  "description": "Sets the color of the close button icon in modal dialog headers. This determines what color the close icon appears in.<br>CSS variable: --wm-modal-header-close-btn-color"
125
125
  }
126
+ },
127
+ "background": {
128
+ "value": "{color.transparent.@.value}",
129
+ "type": "color",
130
+ "attributes": {
131
+ "subtype": "color",
132
+ "description": " "
133
+ }
134
+ }
135
+ },
136
+ "background": {
137
+ "value": "{color.surface.container.high.@.value}",
138
+ "type": "color",
139
+ "attributes": {
140
+ "subtype": "color",
141
+ "description": " "
126
142
  }
127
143
  }
128
144
  },
129
145
  "title": {
130
- "gap": {
131
- "value": "{space.1.value}",
132
- "type": "space",
133
- "attributes": {
134
- "subtype": "space",
135
- "description": "Controls the spacing between modal dialog title elements (the gap between the title text and adjacent elements like icons). This creates breathing room around the title. Acceptable units: px.<br>CSS variable: --wm-modal-title-gap"
136
- }
137
- },
138
146
  "font-size": {
139
- "value": "{h3.font-size.value}",
147
+ "value": "{h4.font-size.value}",
140
148
  "type": "font",
141
149
  "attributes": {
142
150
  "subtype": "font-size",
@@ -174,6 +182,14 @@
174
182
  "subtype": "letter-spacing",
175
183
  "description": "Controls the horizontal spacing between individual letters in modal dialog title text. Positive values spread letters apart, negative values bring them closer together.<br>CSS variable: --wm-modal-title-letter-spacing"
176
184
  }
185
+ },
186
+ "color": {
187
+ "value": "#000000",
188
+ "type": "color",
189
+ "attributes": {
190
+ "subtype": "color",
191
+ "description": " "
192
+ }
177
193
  }
178
194
  },
179
195
  "body": {
@@ -194,32 +210,6 @@
194
210
  "subtype": "space",
195
211
  "description": "Controls the internal spacing inside modal dialog footers (the bottom section that contains action buttons). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-modal-footer-padding"
196
212
  }
197
- },
198
- "gap": {
199
- "value": "{space.3.value}",
200
- "type": "space",
201
- "attributes": {
202
- "subtype": "space",
203
- "description": "Controls the spacing between footer buttons in modal dialogs (the gap between action buttons in the footer). This creates breathing room between buttons. Acceptable units: px.<br>CSS variable: --wm-modal-footer-gap"
204
- }
205
- },
206
- "btn": {
207
- "padding-vertical": {
208
- "value": "{space.3.value}",
209
- "type": "space",
210
- "attributes": {
211
- "subtype": "space",
212
- "description": "Controls the vertical padding (top and bottom spacing) inside footer buttons in modal dialogs. This creates breathing room above and below the button text. Acceptable units: px.<br>CSS variable: --wm-modal-footer-btn-padding-vertical"
213
- }
214
- },
215
- "padding-horizontal": {
216
- "value": "{space.6.value}",
217
- "type": "space",
218
- "attributes": {
219
- "subtype": "space",
220
- "description": "Controls the horizontal padding (left and right spacing) inside footer buttons in modal dialogs. This creates breathing room on the left and right sides of the button text. Acceptable units: px.<br>CSS variable: --wm-modal-footer-btn-padding-horizontal"
221
- }
222
- }
223
213
  }
224
214
  },
225
215
  "icon": {
@@ -231,12 +221,84 @@
231
221
  "description": "Controls the size of modal dialog icons (icons that appear in the dialog to indicate the dialog type or provide visual context). This affects how large the icons appear.<br>CSS variable: --wm-modal-icon-font-size"
232
222
  }
233
223
  },
224
+ "color": {
225
+ "value": "#000000",
226
+ "type": "color",
227
+ "attributes": {
228
+ "subtype": "color",
229
+ "description": " "
230
+ }
231
+ }
232
+ },
233
+ "description": {
234
+ "font-size": {
235
+ "value": "{body.medium.font-size.value}",
236
+ "type": "font",
237
+ "attributes": {
238
+ "subtype": "font-size",
239
+ "description": " "
240
+ }
241
+ },
242
+ "font-family": {
243
+ "value": "{h5.font-family.value}",
244
+ "type": "font",
245
+ "attributes": {
246
+ "subtype": "font-family",
247
+ "description": " "
248
+ }
249
+ },
234
250
  "font-weight": {
235
- "value": "{h4.font-weight.value}",
251
+ "value": "{body.small.font-weight.value}",
236
252
  "type": "font",
237
253
  "attributes": {
238
254
  "subtype": "font-weight",
239
- "description": "Controls how thick or bold modal dialog icons appear. This affects the visual weight of the icons.<br>CSS variable: --wm-modal-icon-font-weight"
255
+ "description": "Controls how thick or bold modal dialog title text appears. 'normal' makes it regular weight, 'bold' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-modal-title-font-weight"
256
+ }
257
+ },
258
+ "color": {
259
+ "value": "#000000",
260
+ "type": "color",
261
+ "attributes": {
262
+ "subtype": "color",
263
+ "description": " "
264
+ }
265
+ }
266
+ },
267
+ "btn": {
268
+ "ok": {
269
+ "background": {
270
+ "value": "{color.secondary.@.value}",
271
+ "type": "color",
272
+ "attributes": {
273
+ "subtype": "color",
274
+ "description": " "
275
+ }
276
+ },
277
+ "color": {
278
+ "value": "{color.on-secondary.@.value}",
279
+ "type": "color",
280
+ "attributes": {
281
+ "subtype": "color",
282
+ "description": " "
283
+ }
284
+ }
285
+ },
286
+ "cancel": {
287
+ "background": {
288
+ "value": "{color.on-secondary.@.value}",
289
+ "type": "color",
290
+ "attributes": {
291
+ "subtype": "color",
292
+ "description": " "
293
+ }
294
+ },
295
+ "color": {
296
+ "value": "{color.on-secondary.container.@.value}",
297
+ "type": "color",
298
+ "attributes": {
299
+ "subtype": "color",
300
+ "description": " "
301
+ }
240
302
  }
241
303
  }
242
304
  }
@@ -1,103 +1,58 @@
1
1
  {
2
2
  "nav": {
3
- "item": {
3
+ "meta": {
4
+ "mapping": {
5
+ "selector": {
6
+ "mobile": ".app-navbar"
7
+ }
8
+ }
9
+ },
10
+ "mapping": {
4
11
  "background": {
5
- "value": "#ffffff",
12
+ "value": "{color.surface.container.lowest.@.value}",
6
13
  "type": "color",
7
14
  "attributes": {
8
15
  "subtype": "color",
9
- "description": "Sets the background color of navigation items (individual menu items in navigation menus). This is the main background color that appears behind each navigation item.<br>CSS variable: --wm-nav-item-background"
16
+ "description": "Sets the background color of navigation (the main panel that contains navigation items). This is the main background color that appears behind the navigation items.<br>CSS variable: --wm-nav-background"
10
17
  }
11
18
  },
12
- "min": {
13
- "height": {
14
- "value": "44px",
15
- "type": "space",
19
+ "left-panel": {
20
+ "background": {
21
+ "value": "{color.surface.container.lowest.@.value}",
22
+ "type": "color",
16
23
  "attributes": {
17
- "subtype": "space",
18
- "description": "Controls the minimum height of navigation items (individual menu items in navigation menus). This ensures each navigation item is always tall enough to be visible and properly displayed. Acceptable units: px.<br>CSS variable: --wm-nav-item-min-height"
24
+ "subtype": "color",
25
+ "description": "Sets the background color of the left panel in navigation. This is the background color for the navigation panel area.<br>CSS variable: --wm-nav-left-panel-background"
19
26
  }
20
27
  }
21
28
  },
22
- "font-size": {
23
- "value": "{label.large.font-size.value}",
24
- "type": "font",
25
- "attributes": {
26
- "subtype": "font-size",
27
- "description": "Controls the size of navigation item text (the text that appears in each navigation menu item). This affects how large the navigation text appears.<br>CSS variable: --wm-nav-item-font-size"
28
- }
29
- },
30
- "font-family": {
31
- "value": "{label.large.font-family.value}",
32
- "type": "font",
33
- "attributes": {
34
- "subtype": "font-family",
35
- "description": "Sets the typeface (font style) for navigation item text. This determines whether the navigation text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-nav-item-font-family"
36
- }
37
- },
38
- "font-weight": {
39
- "value": "{label.large.font-weight.value}",
40
- "type": "font",
41
- "attributes": {
42
- "subtype": "font-weight",
43
- "description": "Controls how thick or bold navigation item text appears. 'normal' makes it regular weight, 'bold' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-nav-item-font-weight"
44
- }
45
- },
46
- "line-height": {
47
- "value": "{label.large.line-height.value}",
48
- "type": "font",
49
- "attributes": {
50
- "subtype": "line-height",
51
- "description": "Controls the vertical spacing between lines when navigation item text wraps to multiple lines. This ensures proper spacing for the navigation text.<br>CSS variable: --wm-nav-item-line-height"
52
- }
53
- },
54
- "letter-spacing": {
55
- "value": "{label.large.letter-spacing.value}",
56
- "type": "font",
57
- "attributes": {
58
- "subtype": "letter-spacing",
59
- "description": "Controls the horizontal spacing between individual letters in navigation item text. Positive values spread letters apart, negative values bring them closer together.<br>CSS variable: --wm-nav-item-letter-spacing"
60
- }
61
- },
62
- "color": {
63
- "value": "#151420",
64
- "type": "color",
65
- "attributes": {
66
- "subtype": "color",
67
- "description": "Sets the text color of navigation items (individual menu items in navigation menus). This determines what color the navigation text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-nav-item-color"
68
- }
69
- },
70
- "padding": {
71
- "left": {
72
- "type": "space",
73
- "value": "{space.3.value}",
74
- "attributes": {
75
- "subtype": "space",
76
- "description": "Controls the left padding (horizontal spacing) inside navigation items. This creates breathing room on the left side of the navigation item content. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-left"
77
- }
78
- },
79
- "right": {
80
- "type": "space",
81
- "value": "{space.3.value}",
29
+ "partial": {
30
+ "background": {
31
+ "value": "{color.transparent.@.value}",
32
+ "type": "color",
82
33
  "attributes": {
83
- "subtype": "space",
84
- "description": "Controls the right padding (horizontal spacing) inside navigation items. This creates breathing room on the right side of the navigation item content. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-right"
34
+ "subtype": "color",
35
+ "description": "Sets the background color of the partial area in navigation. This is the background color for the partial area.<br>CSS variable: --wm-nav-partial-background"
85
36
  }
86
- },
87
- "top": {
88
- "type": "space",
89
- "value": "{space.3.value}",
37
+ }
38
+ },
39
+ "partial-container": {
40
+ "background": {
41
+ "value": "transparent",
42
+ "type": "color",
90
43
  "attributes": {
91
- "subtype": "space",
92
- "description": "Controls the top padding (vertical spacing) inside navigation items. This creates breathing room above the navigation item content. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-top"
44
+ "subtype": "color",
45
+ "description": "Sets the background color of the partial container in navigation. This is the background color for the partial container.<br>CSS variable: --wm-nav-partial-container-background"
93
46
  }
94
- },
95
- "bottom": {
96
- "type": "space",
97
- "value": "{space.3.value}",
47
+ }
48
+ },
49
+ "navbar": {
50
+ "background": {
51
+ "value": "{color.surface.container.lowest.@.value}",
52
+ "type": "color",
98
53
  "attributes": {
99
- "subtype": "space",
100
- "description": "Controls the bottom padding (vertical spacing) inside navigation items. This creates breathing room below the navigation item content. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-bottom"
54
+ "subtype": "color",
55
+ "description": "Sets the background color of the navbar in navigation. This is the background color for the navbar.<br>CSS variable: --wm-nav-navbar-background"
101
56
  }
102
57
  }
103
58
  }
@@ -335,7 +335,68 @@
335
335
  }
336
336
  }
337
337
  }
338
+ },
339
+ "border": {
340
+ "color": {
341
+ "value": "{color.surface.@.value}",
342
+ "type": "color",
343
+ "attributes": {
344
+ "subtype": "color",
345
+ "description": "Sets the border color of navigation bars. This determines what color the border appears in.<br>CSS variable: --wm-navbar-border-color"
346
+ }
347
+ },
348
+ "style": {
349
+ "value": "{border.style.base.value}",
350
+ "type": "border",
351
+ "attributes": {
352
+ "subtype": "border-style",
353
+ "description": "Controls the style of the border of navigation bars. This determines whether the border appears as solid, dashed, or dotted.<br>CSS variable: --wm-navbar-border-style"
354
+ }
355
+ },
356
+ "radius": {
357
+ "value": "0px",
358
+ "type": "border",
359
+ "attributes": {
360
+ "subtype": "border-radius",
361
+ "description": "Controls the radius of the border of navigation bars. This determines how rounded the border appears. Acceptable units: px.<br>CSS variable: --wm-navbar-border-radius"
362
+ }
363
+ },
364
+ "width": {
365
+ "top": {
366
+ "value": "{border.width.0.value}",
367
+ "type": "border",
368
+ "attributes": {
369
+ "subtype": "border-width",
370
+ "description": "Controls the top border width of navigation bars. This determines how thick the top border appears. Acceptable units: px.<br>CSS variable: --wm-navbar-border-width-top"
371
+ }
372
+ },
373
+ "bottom": {
374
+ "value": "{border.width.0.value}",
375
+ "type": "border",
376
+ "attributes": {
377
+ "subtype": "border-width",
378
+ "description": "Controls the bottom border width of navigation bars. This determines how thick the bottom border appears. Acceptable units: px.<br>CSS variable: --wm-navbar-border-width-bottom"
379
+ }
380
+ },
381
+ "left": {
382
+ "value": "{border.width.0.value}",
383
+ "type": "border",
384
+ "attributes": {
385
+ "subtype": "border-width",
386
+ "description": "Controls the left border width of navigation bars. This determines how thick the left border appears. Acceptable units: px.<br>CSS variable: --wm-navbar-border-width-left"
387
+ }
388
+ },
389
+ "right": {
390
+ "value": "{border.width.0.value}",
391
+ "type": "border",
392
+ "attributes": {
393
+ "subtype": "border-width",
394
+ "description": "Controls the right border width of navigation bars. This determines how thick the right border appears. Acceptable units: px.<br>CSS variable: --wm-navbar-border-width-right"
395
+ }
396
+ }
397
+ }
338
398
  }
399
+
339
400
  }
340
401
  }
341
402
  }