@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.
- package/cjs/foundation-css.cjs +92 -33
- package/cjs/src_tokens_mobile_components_accordion_accordion_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_anchor_anchor_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_bottomsheet_bottomsheet_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_button-group_button-group_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_button_button_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_calendar_calendar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_camera_camera_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_cards_cards_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_carousel_carousel_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_container_container_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_fileupload_fileupload_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_form-controls_form-controls_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_label_label_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_list_list_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_lottie_lottie_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_modal-dialog_modal-dialog_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_nav_nav_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_navbar_navbar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_navitem_navitem_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_mobile_components_panel-footer_panel-footer_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_mobile_components_panel_panel_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_picture_picture_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_popover_popover_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_search_search_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_switch_switch_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_tabbar_tabbar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_tabs_tabs_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_tile_tile_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_toggle_toggle_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_webview_webview_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_button_button_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_calendar_calendar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_cards_cards_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_checkbox_checkbox_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_data-table_data-table_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_dropdown-menu_dropdown-menu_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_form-controls_form-controls_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_iconbutton-toggleable_iconbutton-toggleable_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_web_components_page-content_page-content_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_page-left-nav_page-left-nav_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_page-right-nav_page-right-nav_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_popover_popover_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_progress-circle_progress-circle_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_rating_rating_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_slider_slider_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_web_components_switch_switch_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_tabs_tabs_json.foundation-css.cjs +1 -1
- package/foundation/foundation.css +669 -179
- package/foundation/foundation.min.css +1 -1
- package/native_mobile.index.d.ts +20 -0
- package/native_mobile.index.js +29 -3
- package/native_mobile.index.js.map +1 -1
- package/npm-shrinkwrap.json +44 -50
- package/package-lock.json +44 -50
- package/package.json +8 -7
- package/src/styles/mobile/components/advanced/carousel.less +10 -0
- package/src/styles/mobile/components/advanced/webview.less +6 -2
- package/src/styles/mobile/components/basic/anchor.less +2 -2
- package/src/styles/mobile/components/basic/bottomsheet.less +6 -0
- package/src/styles/mobile/components/basic/button.less +17 -5
- package/src/styles/mobile/components/basic/buttongroup.less +22 -6
- package/src/styles/mobile/components/basic/label.less +150 -15
- package/src/styles/mobile/components/basic/lottie.less +6 -3
- package/src/styles/mobile/components/basic/picture.less +9 -0
- package/src/styles/mobile/components/basic/search.less +21 -2
- package/src/styles/mobile/components/container/panel/panel-footer.less +13 -1
- package/src/styles/mobile/components/container/panel.less +31 -34
- package/src/styles/mobile/components/container/tabs/tab-header.less +11 -5
- package/src/styles/mobile/components/container/tabs.less +2 -0
- package/src/styles/mobile/components/container.less +16 -4
- package/src/styles/mobile/components/data/card.less +4 -1
- package/src/styles/mobile/components/data/form.less +75 -30
- package/src/styles/mobile/components/data/list.less +10 -45
- package/src/styles/mobile/components/device/camera.less +4 -3
- package/src/styles/mobile/components/dialogs/dialog.less +56 -12
- package/src/styles/mobile/components/input/calendar.less +0 -1
- package/src/styles/mobile/components/input/fileupload.less +1 -0
- package/src/styles/mobile/components/input/switch.less +8 -0
- package/src/styles/mobile/components/input/toggle.less +2 -0
- package/src/styles/mobile/components/navigation/appnavbar.less +12 -4
- package/src/styles/mobile/components/navigation/navitem.less +78 -17
- package/src/styles/mobile/components/navigation/popover.less +19 -4
- package/src/styles/mobile/components/page/tabbar.less +13 -2
- package/src/styles/mobile/components/tokens.light.css +206 -383
- package/src/styles/mobile/components/variables/carousel.variant.less +8 -0
- package/src/styles/mobile/components/variables/container.variant.less +26 -3
- package/src/styles/mobile/components/variables/form-controls.variant.less +8 -2
- package/src/styles/mobile/components/variables/label.variant.less +35 -4
- package/src/styles/mobile/components/variables/navitem.variant.less +14 -0
- package/src/styles/mobile/components/variables/panel.variant.less +16 -8
- package/src/styles/mobile/components/variables/picture.variant.less +2 -2
- package/src/styles/mobile/components/variables/switch.variant.less +6 -1
- package/src/styles/mobile/components/variables/tabs.variant.less +6 -2
- package/src/styles/mobile/components/variables/toggle.variant.less +8 -0
- package/src/styles/mobile/studio/advanced/styles.less +1 -0
- package/src/styles/mobile/studio/advanced/webview.less +7 -0
- package/src/styles/mobile/studio/basic/button-group.less +3 -1
- package/src/styles/mobile/studio/basic/label.less +22 -7
- package/src/styles/mobile/studio/basic/message.less +6 -0
- package/src/styles/mobile/studio/basic/picture.less +6 -0
- package/src/styles/mobile/studio/basic/search.less +8 -0
- package/src/styles/mobile/studio/container/container.less +10 -3
- package/src/styles/mobile/studio/container/linearlayout.less +8 -0
- package/src/styles/mobile/studio/container/panel.less +3 -7
- package/src/styles/mobile/studio/container/styles.less +2 -1
- package/src/styles/mobile/studio/container/tabs.less +8 -7
- package/src/styles/mobile/studio/data/list.less +22 -0
- package/src/styles/mobile/studio/dialogs/base-dialog.less +152 -3
- package/src/styles/mobile/studio/input/form.less +61 -26
- package/src/styles/mobile/studio/input/switch.less +2 -1
- package/src/styles/mobile/studio/layouts/appnavbar.less +12 -5
- package/src/styles/mobile/studio/layouts/page-content.less +1 -1
- package/src/styles/mobile/studio/layouts/tabbar.less +10 -2
- package/src/styles/mobile/studio/navigation/nav.less +19 -1
- package/src/styles/mobile/studio/navigation/popover.less +32 -1
- package/src/tokens/mobile/components/accordion/accordion.json +1 -29
- package/src/tokens/mobile/components/anchor/anchor.json +18 -0
- package/src/tokens/mobile/components/bottomsheet/bottomsheet.json +39 -5
- package/src/tokens/mobile/components/button/button.json +1 -3
- package/src/tokens/mobile/components/button-group/button-group.json +25 -41
- package/src/tokens/mobile/components/calendar/calendar.json +0 -8
- package/src/tokens/mobile/components/camera/camera.json +34 -8
- package/src/tokens/mobile/components/cards/cards.json +34 -8
- package/src/tokens/mobile/components/carousel/carousel.json +74 -2
- package/src/tokens/mobile/components/container/container.json +144 -14
- package/src/tokens/mobile/components/fileupload/fileupload.json +1 -1
- package/src/tokens/mobile/components/form-controls/form-controls.json +200 -56
- package/src/tokens/mobile/components/label/label.json +219 -21
- package/src/tokens/mobile/components/list/list.json +45 -135
- package/src/tokens/mobile/components/lottie/lottie.json +40 -7
- package/src/tokens/mobile/components/modal-dialog/modal-dialog.json +116 -54
- package/src/tokens/mobile/components/nav/nav.json +38 -83
- package/src/tokens/mobile/components/navbar/navbar.json +61 -0
- package/src/tokens/mobile/components/navitem/navitem.json +521 -0
- package/src/tokens/mobile/components/panel/panel.json +114 -84
- package/src/tokens/mobile/components/panel-footer/panel-footer.json +116 -0
- package/src/tokens/mobile/components/picture/picture.json +2 -6
- package/src/tokens/mobile/components/popover/popover.json +102 -18
- package/src/tokens/mobile/components/search/search.json +133 -9
- package/src/tokens/mobile/components/switch/switch.json +47 -2
- package/src/tokens/mobile/components/tabbar/tabbar.json +29 -11
- package/src/tokens/mobile/components/tabs/tabs.json +72 -32
- package/src/tokens/mobile/components/tile/tile.json +18 -2
- package/src/tokens/mobile/components/toggle/toggle.json +68 -0
- package/src/tokens/mobile/components/webview/webview.json +45 -4
- package/src/tokens/mobile/global/box-shadow/box-shadow.json +6 -0
- package/src/tokens/mobile/global/font/font.json +33 -0
- package/src/tokens/mobile/global/opacity/opacity.json +2 -3
- package/src/tokens/web/components/button/button.json +1 -1
- package/src/tokens/web/components/calendar/Token.Readme.md +55 -22
- package/src/tokens/web/components/calendar/calendar.json +422 -152
- package/src/tokens/web/components/cards/cards.json +5 -5
- package/src/tokens/web/components/checkbox/Token.Readme.md +1 -0
- package/src/tokens/web/components/checkbox/checkbox.json +8 -0
- package/src/tokens/web/components/data-table/data-table.json +27 -2
- package/src/tokens/web/components/dropdown-menu/dropdown-menu.json +2 -2
- package/src/tokens/web/components/form-controls/Token.Readme.md +1 -0
- package/src/tokens/web/components/form-controls/form-controls.json +19 -2
- package/src/tokens/web/components/iconbutton-toggleable/Readme.md +17 -0
- package/src/tokens/web/components/iconbutton-toggleable/Token.Readme.md +19 -0
- package/src/tokens/web/components/iconbutton-toggleable/iconbutton-toggleable.json +557 -0
- package/src/tokens/web/components/page-content/page-content.json +1 -1
- package/src/tokens/web/components/page-left-nav/page-left-nav.json +1 -1
- package/src/tokens/web/components/page-right-nav/Readme.md +4 -4
- package/src/tokens/web/components/page-right-nav/page-right-nav.json +4 -4
- package/src/tokens/web/components/popover/Token.Readme.md +3 -2
- package/src/tokens/web/components/popover/popover.json +26 -16
- package/src/tokens/web/components/progress-circle/Token.Readme.md +6 -1
- package/src/tokens/web/components/progress-circle/progress-circle.json +40 -0
- package/src/tokens/web/components/rating/rating.json +2 -2
- package/src/tokens/web/components/slider/Token.Readme.md +24 -0
- package/src/tokens/web/components/slider/slider.json +153 -0
- package/src/tokens/web/components/switch/switch.json +1 -1
- package/src/tokens/web/components/tabs/Token.Readme.md +4 -0
- package/src/tokens/web/components/tabs/tabs.json +33 -1
- package/src/tokens/web/global/elevation/elevation.json +5 -5
- package/src/utils/style-dictionary-utils.js +25 -40
- package/src/utils/style-dictionary-utils.js.map +1 -1
- package/web.index.js +21 -2
- package/web.index.js.map +1 -1
- package/cjs/src_tokens_mobile_components_page-layout_page-layout_json.foundation-css.cjs +0 -14
- package/cjs/src_tokens_mobile_components_pagination_pagination_json.foundation-css.cjs +0 -14
- package/cjs/src_tokens_mobile_components_richtext-editor_richtext-editor_json.foundation-css.cjs +0 -14
- package/src/styles/mobile/components/variables/button-group.variant.less +0 -7
- package/src/tokens/mobile/components/page-layout/page-layout.json +0 -738
- package/src/tokens/mobile/components/pagination/pagination.json +0 -250
- package/src/tokens/mobile/components/richtext-editor/richtext-editor.json +0 -546
|
@@ -216,6 +216,48 @@
|
|
|
216
216
|
"description": "Sets the ripple effect color of search buttons (the visual feedback when buttons are pressed). This determines what color the ripple effect appears in when the search button is clicked.<br>CSS variable: --wm-search-btn-ripple-color"
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
|
+
},
|
|
220
|
+
"padding": {
|
|
221
|
+
"top": {
|
|
222
|
+
"value": "{space.0.value}",
|
|
223
|
+
"type": "space",
|
|
224
|
+
"attributes": {
|
|
225
|
+
"subtype": "space",
|
|
226
|
+
"description": "Controls the top padding (vertical spacing) of search button. Acceptable units: px.<br>CSS variable: --wm-search-btn-padding-top"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"bottom": {
|
|
230
|
+
"value": "{space.0.value}",
|
|
231
|
+
"type": "space",
|
|
232
|
+
"attributes": {
|
|
233
|
+
"subtype": "space",
|
|
234
|
+
"description": "Controls the bottom padding (vertical spacing) of search button. Acceptable units: px.<br>CSS variable: --wm-search-btn-padding-bottom"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"left": {
|
|
238
|
+
"value": "{space.6.value}",
|
|
239
|
+
"type": "space",
|
|
240
|
+
"attributes": {
|
|
241
|
+
"subtype": "space",
|
|
242
|
+
"description": "Controls the left padding (horizontal spacing) of search button. Acceptable units: px.<br>CSS variable: --wm-search-btn-padding-left"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"right": {
|
|
246
|
+
"value": "{space.6.value}",
|
|
247
|
+
"type": "space",
|
|
248
|
+
"attributes": {
|
|
249
|
+
"subtype": "space",
|
|
250
|
+
"description": "Controls the right padding (horizontal spacing) of search button. Acceptable units: px.<br>CSS variable: --wm-search-btn-padding-right"
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"width": {
|
|
255
|
+
"value": "auto",
|
|
256
|
+
"type": "space",
|
|
257
|
+
"attributes": {
|
|
258
|
+
"subtype": "space",
|
|
259
|
+
"description": "Controls the width of search button. Acceptable units: px.<br>CSS variable: --wm-search-btn-width"
|
|
260
|
+
}
|
|
219
261
|
}
|
|
220
262
|
},
|
|
221
263
|
"placeholder": {
|
|
@@ -236,7 +278,7 @@
|
|
|
236
278
|
"type": "color",
|
|
237
279
|
"attributes": {
|
|
238
280
|
"subtype": "color",
|
|
239
|
-
"description": "Sets the background color of
|
|
281
|
+
"description": "Sets the background color of data complete message (which appears after the last item or when no results are found in suggestions). This determines what color the background of data complete message appears in.<br>CSS variable: --wm-search-data-complete-background"
|
|
240
282
|
}
|
|
241
283
|
},
|
|
242
284
|
"padding": {
|
|
@@ -245,7 +287,7 @@
|
|
|
245
287
|
"type": "space",
|
|
246
288
|
"attributes": {
|
|
247
289
|
"subtype": "space",
|
|
248
|
-
"description": "Controls the top padding (vertical spacing) of search
|
|
290
|
+
"description": "Controls the top padding (vertical spacing) of search data complete message (which appears after the last item or when no results are found in suggestions). Acceptable units: px.<br>CSS variable: --wm-search-data-complete-padding-top"
|
|
249
291
|
}
|
|
250
292
|
},
|
|
251
293
|
"bottom": {
|
|
@@ -253,7 +295,7 @@
|
|
|
253
295
|
"type": "space",
|
|
254
296
|
"attributes": {
|
|
255
297
|
"subtype": "space",
|
|
256
|
-
"description": "Controls the bottom padding (vertical spacing) of search
|
|
298
|
+
"description": "Controls the bottom padding (vertical spacing) of search data complete message (which appears after the last item or when no results are found in suggestions). Acceptable units: px.<br>CSS variable: --wm-search-data-complete-padding-bottom"
|
|
257
299
|
}
|
|
258
300
|
},
|
|
259
301
|
"left": {
|
|
@@ -261,7 +303,7 @@
|
|
|
261
303
|
"type": "space",
|
|
262
304
|
"attributes": {
|
|
263
305
|
"subtype": "space",
|
|
264
|
-
"description": "Controls the left padding (horizontal spacing) of search
|
|
306
|
+
"description": "Controls the left padding (horizontal spacing) of search data complete message (which appears after the last item or when no results are found in suggestions). Acceptable units: px.<br>CSS variable: --wm-search-data-complete-padding-left"
|
|
265
307
|
}
|
|
266
308
|
},
|
|
267
309
|
"right": {
|
|
@@ -269,7 +311,7 @@
|
|
|
269
311
|
"type": "space",
|
|
270
312
|
"attributes": {
|
|
271
313
|
"subtype": "space",
|
|
272
|
-
"description": "Controls the right padding (horizontal spacing) of search
|
|
314
|
+
"description": "Controls the right padding (horizontal spacing) of search data complete message (which appears after the last item or when no results are found in suggestions). Acceptable units: px.<br>CSS variable: --wm-search-data-complete-padding-right"
|
|
273
315
|
}
|
|
274
316
|
}
|
|
275
317
|
},
|
|
@@ -279,7 +321,7 @@
|
|
|
279
321
|
"type": "color",
|
|
280
322
|
"attributes": {
|
|
281
323
|
"subtype": "color",
|
|
282
|
-
"description": "Sets the text color of search
|
|
324
|
+
"description": "Sets the text color of search data complete message (which appears after the last item or when no results are found in suggestions). This determines what color the text in autocomplete items appears in.<br>CSS variable: --wm-search-data-complete-text-color"
|
|
283
325
|
}
|
|
284
326
|
},
|
|
285
327
|
"font": {
|
|
@@ -288,7 +330,7 @@
|
|
|
288
330
|
"type": "font",
|
|
289
331
|
"attributes": {
|
|
290
332
|
"subtype": "font-size",
|
|
291
|
-
"description": "Controls the font size of search
|
|
333
|
+
"description": "Controls the font size of search data complete message text (which appears after the last item or when no results are found in suggestions). This affects how large the text appears in autocomplete items. Acceptable units: px.<br>CSS variable: --wm-search-data-complete-text-font-size"
|
|
292
334
|
}
|
|
293
335
|
},
|
|
294
336
|
"family": {
|
|
@@ -296,7 +338,7 @@
|
|
|
296
338
|
"type": "font",
|
|
297
339
|
"attributes": {
|
|
298
340
|
"subtype": "font-family",
|
|
299
|
-
"description": "Sets the font family of search
|
|
341
|
+
"description": "Sets the font family of search data complete message text (which appears after the last item or when no results are found in suggestions). This determines which font is used for the text in autocomplete items.<br>CSS variable: --wm-search-data-complete-text-font-family"
|
|
300
342
|
}
|
|
301
343
|
},
|
|
302
344
|
"weight": {
|
|
@@ -304,7 +346,7 @@
|
|
|
304
346
|
"type": "font",
|
|
305
347
|
"attributes": {
|
|
306
348
|
"subtype": "font-weight",
|
|
307
|
-
"description": "Controls the font weight (boldness) of search
|
|
349
|
+
"description": "Controls the font weight (boldness) of search data complete message text (which appears after the last item or when no results are found in suggestions). This affects how bold the text appears in autocomplete items.<br>CSS variable: --wm-search-data-complete-text-font-weight"
|
|
308
350
|
}
|
|
309
351
|
}
|
|
310
352
|
}
|
|
@@ -407,6 +449,88 @@
|
|
|
407
449
|
}
|
|
408
450
|
}
|
|
409
451
|
}
|
|
452
|
+
},
|
|
453
|
+
"clear-btn":{
|
|
454
|
+
"icon":{
|
|
455
|
+
"color":{
|
|
456
|
+
"value":"{color.on-surface.@.value}",
|
|
457
|
+
"type":"color",
|
|
458
|
+
"attributes":{
|
|
459
|
+
"subtype":"color",
|
|
460
|
+
"description":"Sets the color of search clear button icons. This determines what color the clear button icons appear in.<br>CSS variable: --wm-search-clear-btn-icon-color"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"size":{
|
|
464
|
+
"value":"{icon.size.@.value}",
|
|
465
|
+
"type":"space",
|
|
466
|
+
"attributes":{
|
|
467
|
+
"subtype":"icon-size",
|
|
468
|
+
"description":"Controls the size of search clear button icons. This affects how large the clear button icons appear. Acceptable units: px.<br>CSS variable: --wm-search-clear-btn-icon-size"
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"padding":{
|
|
473
|
+
"top":{
|
|
474
|
+
"value":"{space.0.value}",
|
|
475
|
+
"type":"space",
|
|
476
|
+
"attributes":{
|
|
477
|
+
"subtype":"space",
|
|
478
|
+
"description":"Controls the top padding (vertical spacing) of search clear button. This creates breathing room at the top of search clear button. Acceptable units: px.<br>CSS variable: --wm-search-clear-btn-padding-top"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
"bottom":{
|
|
482
|
+
"value":"{space.0.value}",
|
|
483
|
+
"type":"space",
|
|
484
|
+
"attributes":{
|
|
485
|
+
"subtype":"space",
|
|
486
|
+
"description":"Controls the bottom padding (vertical spacing) of search clear button. This creates breathing room at the bottom of search clear button. Acceptable units: px.<br>CSS variable: --wm-search-clear-btn-padding-bottom"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"left":{
|
|
490
|
+
"value":"{space.0.value}",
|
|
491
|
+
"type":"space",
|
|
492
|
+
"attributes":{
|
|
493
|
+
"subtype":"space",
|
|
494
|
+
"description":"Controls the left padding (horizontal spacing) of search clear button. This creates breathing room on the left side of search clear button. Acceptable units: px.<br>CSS variable: --wm-search-clear-btn-padding-left"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"right":{
|
|
498
|
+
"value":"{space.0.value}",
|
|
499
|
+
"type":"space",
|
|
500
|
+
"attributes":{
|
|
501
|
+
"subtype":"space",
|
|
502
|
+
"description":"Controls the right padding (horizontal spacing) of search clear button. This creates breathing room on the right side of search clear button. Acceptable units: px.<br>CSS variable: --wm-search-clear-btn-padding-right"
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"border":{
|
|
507
|
+
"radius":{
|
|
508
|
+
"value":"{radius.sm.value}",
|
|
509
|
+
"type":"radius",
|
|
510
|
+
"attributes":{
|
|
511
|
+
"subtype":"radius",
|
|
512
|
+
"description":"Controls the border radius of search clear button. This determines the roundness of the corners of the clear button. Acceptable units: px.<br>CSS variable: --wm-search-clear-btn-border-radius"
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"background":{
|
|
517
|
+
"color":{
|
|
518
|
+
"value":"{color.transparent.@.value}",
|
|
519
|
+
"type":"color",
|
|
520
|
+
"attributes":{
|
|
521
|
+
"subtype":"color",
|
|
522
|
+
"description":"Sets the background color of search clear button. This determines the color of the clear button.<br>CSS variable: --wm-search-clear-btn-background-color"
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
"width":{
|
|
527
|
+
"value":"{space.9.value}",
|
|
528
|
+
"type":"space",
|
|
529
|
+
"attributes":{
|
|
530
|
+
"subtype":"space",
|
|
531
|
+
"description":"Controls the width of search clear button. This determines the width of the clear button. Acceptable units: px.<br>CSS variable: --wm-search-clear-btn-width"
|
|
532
|
+
}
|
|
533
|
+
}
|
|
410
534
|
}
|
|
411
535
|
}
|
|
412
536
|
},
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"states": {
|
|
9
9
|
"selected": {
|
|
10
10
|
"selector": {
|
|
11
|
-
"mobile": "-btn-selected"
|
|
11
|
+
"mobile": "-btn-selected, .app-switch-btn-selected-text"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"disabled": {
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
+
"text": {
|
|
61
|
+
"transform": {
|
|
62
|
+
"value": "capitalize",
|
|
63
|
+
"type": "font",
|
|
64
|
+
"attributes": {
|
|
65
|
+
"subtype": "text-transform",
|
|
66
|
+
"description": "Controls text transformation for switch button text (the text content within clickable buttons). 'none' keeps the original case, 'uppercase' makes all text uppercase, 'lowercase' makes all text lowercase, and 'capitalize' capitalizes the first letter of each word.<br>CSS variable: --wm-switch-button-text-transform"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
60
70
|
"height": {
|
|
61
71
|
"value": "{space.10.value}",
|
|
62
72
|
"type": "space",
|
|
@@ -158,6 +168,42 @@
|
|
|
158
168
|
"description": "Sets the border color of selected switch buttons. This maintains the border outline even when the button is selected, helping to maintain visual consistency with the overall switch component design.<br>CSS variable: --wm-switch-button-border-color (selected state)"
|
|
159
169
|
}
|
|
160
170
|
}
|
|
171
|
+
},
|
|
172
|
+
"font": {
|
|
173
|
+
"size": {
|
|
174
|
+
"value": "{label.large.font-size.value}",
|
|
175
|
+
"type": "font",
|
|
176
|
+
"attributes": {
|
|
177
|
+
"subtype": "font-size",
|
|
178
|
+
"description": "Controls the font size of switch button text. This affects how large the text appears on switch buttons. Acceptable units: px.<br>CSS variable: --wm-switch-button-font-size"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"family": {
|
|
182
|
+
"value": "{font.family.brand.value}",
|
|
183
|
+
"type": "font",
|
|
184
|
+
"attributes": {
|
|
185
|
+
"subtype": "font-family",
|
|
186
|
+
"description": "Sets the font family of switch button text. This determines which font is used for the text on switch buttons.<br>CSS variable: --wm-switch-button-font-family"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"weight": {
|
|
190
|
+
"value": "{font.weight.500.value}",
|
|
191
|
+
"type": "font",
|
|
192
|
+
"attributes": {
|
|
193
|
+
"subtype": "font-weight",
|
|
194
|
+
"description": "Controls the font weight (boldness) of switch button text. This affects how bold the text appears on switch buttons.<br>CSS variable: --wm-switch-button-font-weight"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"text": {
|
|
199
|
+
"transform": {
|
|
200
|
+
"value": "capitalize",
|
|
201
|
+
"type": "font",
|
|
202
|
+
"attributes": {
|
|
203
|
+
"subtype": "text-transform",
|
|
204
|
+
"description": "Controls text transformation for switch button text (the text content within clickable buttons). 'none' keeps the original case, 'uppercase' makes all text uppercase, 'lowercase' makes all text lowercase, and 'capitalize' capitalizes the first letter of each word.<br>CSS variable: --wm-switch-button-text-transform"
|
|
205
|
+
}
|
|
206
|
+
}
|
|
161
207
|
}
|
|
162
208
|
}
|
|
163
209
|
},
|
|
@@ -171,7 +217,6 @@
|
|
|
171
217
|
}
|
|
172
218
|
}
|
|
173
219
|
}
|
|
174
|
-
|
|
175
220
|
}
|
|
176
221
|
}
|
|
177
222
|
}
|
|
@@ -23,6 +23,34 @@
|
|
|
23
23
|
"description": "Controls the height of tabbar components (navigation bars with tabs at the bottom of the screen). This determines the vertical size of the tabbar. Acceptable units: px.<br>CSS variable: --wm-tabbar-height"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
+
"border": {
|
|
27
|
+
"top": {
|
|
28
|
+
"width": {
|
|
29
|
+
"value": "{border.width.0.value}",
|
|
30
|
+
"type": "border",
|
|
31
|
+
"attributes": {
|
|
32
|
+
"subtype": "space",
|
|
33
|
+
"description": "Controls the border top width of tabbar. This determines border top width of the tabbar. Acceptable units: %, px.<br>CSS variable: --wm-tabbar-border-top-width"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"color": {
|
|
37
|
+
"value": "{color.scrim.@.value}",
|
|
38
|
+
"type": "color",
|
|
39
|
+
"attributes": {
|
|
40
|
+
"subtype": "color",
|
|
41
|
+
"description": "Sets the border top color of tabbar. This determines what color the border top of the tabbar menu appears in.<br>CSS variable: --wm-tabbar-border-top-color"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"style": {
|
|
45
|
+
"value": "{border.style.solid.value}",
|
|
46
|
+
"type": "radius",
|
|
47
|
+
"attributes": {
|
|
48
|
+
"subtype": "border-style",
|
|
49
|
+
"description": "Sets the border top style. Acceptable values: solid, dashed, dotted.<br>CSS variable: --wm-tabbar-border-top-style"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
26
54
|
"box-shadow": {
|
|
27
55
|
"value": "{elevation.shadow.1.value}",
|
|
28
56
|
"type": "radius",
|
|
@@ -115,20 +143,10 @@
|
|
|
115
143
|
},
|
|
116
144
|
"width": {
|
|
117
145
|
"value": "{spacer.7.value}",
|
|
118
|
-
"type": "spacer",
|
|
119
|
-
"attributes": {
|
|
120
|
-
"subtype": "space",
|
|
121
|
-
"description": "Controls the minimum width of tabbar items. This determines the minimum horizontal size of tab items. Acceptable units: px.<br>CSS variable: --wm-tabbar-item-min-width"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"margin": {
|
|
126
|
-
"bottom": {
|
|
127
|
-
"value": "{space.4.value}",
|
|
128
146
|
"type": "space",
|
|
129
147
|
"attributes": {
|
|
130
148
|
"subtype": "space",
|
|
131
|
-
"description": "Controls the
|
|
149
|
+
"description": "Controls the minimum width of tabbar items. This determines the minimum horizontal size of tab items. Acceptable units: px.<br>CSS variable: --wm-tabbar-item-min-width"
|
|
132
150
|
}
|
|
133
151
|
}
|
|
134
152
|
},
|
|
@@ -147,19 +147,31 @@
|
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
149
|
"text": {
|
|
150
|
-
"
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
"
|
|
154
|
-
|
|
150
|
+
"color": {
|
|
151
|
+
"value": "{color.outline.@.value}",
|
|
152
|
+
"type": "color",
|
|
153
|
+
"attributes": {
|
|
154
|
+
"subtype": "color",
|
|
155
|
+
"description": "Sets the text color of tab item headings (the clickable tab labels that users click to switch between different content sections). This determines what color the tab text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-tabs-item-heading-text"
|
|
156
|
+
}
|
|
155
157
|
}
|
|
156
158
|
},
|
|
157
|
-
"icon":{
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
159
|
+
"icon": {
|
|
160
|
+
"size": {
|
|
161
|
+
"value": "{icon.size.@.value}",
|
|
162
|
+
"type": "font",
|
|
163
|
+
"attributes": {
|
|
164
|
+
"subtype": "font",
|
|
165
|
+
"description": "Controls the size of tab item heading icons. This determines how large the icons appear in tab headings.<br>CSS variable: --wm-tabs-item-heading-icon-size"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"color": {
|
|
169
|
+
"value": "{color.outline.@.value}",
|
|
170
|
+
"type": "color",
|
|
171
|
+
"attributes": {
|
|
172
|
+
"subtype": "color",
|
|
173
|
+
"description": "Sets the color of tab item heading icons (icons that appear in tab labels). This determines what color the icons appear in, which should match or complement the tab text color for visual consistency.<br>CSS variable: --wm-tabs-item-heading-icon-color"
|
|
174
|
+
}
|
|
163
175
|
}
|
|
164
176
|
},
|
|
165
177
|
"indicator": {
|
|
@@ -190,16 +202,6 @@
|
|
|
190
202
|
"description": "Controls the display property of tab item icons. This determines how icons are displayed in the layout.<br>CSS variable: --wm-tabs-item-heading-icon-display"
|
|
191
203
|
}
|
|
192
204
|
},
|
|
193
|
-
"font": {
|
|
194
|
-
"size": {
|
|
195
|
-
"value": "{h6.font-size.value}",
|
|
196
|
-
"type": "font",
|
|
197
|
-
"attributes": {
|
|
198
|
-
"subtype": "icon-size",
|
|
199
|
-
"description": "Controls the font size of tab item icons. This affects how large the icons appear. Acceptable units: px.<br>CSS variable: --wm-tabs-item-heading-font-size (for icons)"
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
205
|
"height": {
|
|
204
206
|
"value": "1",
|
|
205
207
|
"type": "size",
|
|
@@ -232,6 +234,32 @@
|
|
|
232
234
|
"active": {
|
|
233
235
|
"item": {
|
|
234
236
|
"heading": {
|
|
237
|
+
"font": {
|
|
238
|
+
"size": {
|
|
239
|
+
"value": "{h6.font-size.value}",
|
|
240
|
+
"type": "font",
|
|
241
|
+
"attributes": {
|
|
242
|
+
"subtype": "font-size",
|
|
243
|
+
"description": "Controls how large the text appears in tab item headings (the clickable tab labels that users click to switch between different content sections). This affects the size of the tab text that users see.<br>CSS variable: --wm-tabs-item-heading-font-size"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"weight": {
|
|
247
|
+
"value": "{h6.font-weight.value}",
|
|
248
|
+
"type": "font",
|
|
249
|
+
"attributes": {
|
|
250
|
+
"subtype": "font-weight",
|
|
251
|
+
"description": "Controls how thick or bold the text appears in tab item headings (the clickable tab labels that users click to switch between different content sections). 'normal' makes it regular weight, 'bold' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-tabs-item-heading-font-weight"
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"line-height": {
|
|
256
|
+
"value": "{h6.line-height.value}",
|
|
257
|
+
"type": "font",
|
|
258
|
+
"attributes": {
|
|
259
|
+
"subtype": "line-height",
|
|
260
|
+
"description": "Controls the vertical spacing between lines when tab item headings wrap to multiple lines. This ensures proper spacing for the tab text displayed in the tab headers.<br>CSS variable: --wm-tabs-item-heading-line-height"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
235
263
|
"indicator": {
|
|
236
264
|
"height": {
|
|
237
265
|
"value": "3px",
|
|
@@ -259,19 +287,31 @@
|
|
|
259
287
|
}
|
|
260
288
|
},
|
|
261
289
|
"text": {
|
|
262
|
-
"
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
"
|
|
266
|
-
|
|
290
|
+
"color": {
|
|
291
|
+
"value": "{color.primary.@.value}",
|
|
292
|
+
"type": "color",
|
|
293
|
+
"attributes": {
|
|
294
|
+
"subtype": "color",
|
|
295
|
+
"description": "Sets the text color of active tab item headings. This determines what color the text appears in for active tabs, typically matching the primary theme color.<br>CSS variable: --wm-tabs-item-heading-text (active state)"
|
|
296
|
+
}
|
|
267
297
|
}
|
|
268
298
|
},
|
|
269
|
-
"icon":{
|
|
270
|
-
"
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
"
|
|
274
|
-
|
|
299
|
+
"icon": {
|
|
300
|
+
"size": {
|
|
301
|
+
"value": "{icon.size.@.value}",
|
|
302
|
+
"type": "font",
|
|
303
|
+
"attributes": {
|
|
304
|
+
"subtype": "font",
|
|
305
|
+
"description": "Controls the size of active tab item heading icons. This determines how large the icons appear in active tab headings, typically matching the primary theme color.<br>CSS variable: --wm-tabs-item-heading-icon-size (active state)"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"color": {
|
|
309
|
+
"value": "{color.primary.@.value}",
|
|
310
|
+
"type": "color",
|
|
311
|
+
"attributes": {
|
|
312
|
+
"subtype": "color",
|
|
313
|
+
"description": "Sets the color of active tab item heading icons. This determines what color the icons appear in for active tabs, typically matching the primary theme color.<br>CSS variable: --wm-tabs-item-heading-icon-color (active state)"
|
|
314
|
+
}
|
|
275
315
|
}
|
|
276
316
|
}
|
|
277
317
|
}
|
|
@@ -110,9 +110,26 @@
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
|
-
|
|
114
113
|
},
|
|
115
114
|
"mapping": {
|
|
115
|
+
"background": {
|
|
116
|
+
"color": {
|
|
117
|
+
"value": "{color.surface.container.low.@.value}",
|
|
118
|
+
"type": "color",
|
|
119
|
+
"attributes": {
|
|
120
|
+
"subtype": "color",
|
|
121
|
+
"description": "Controls the background color of tile components (rectangular content blocks that hold information). This determines the color of the tile. <br>CSS variable: --wm-tile-background-color"
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"color": {
|
|
126
|
+
"value": "{color.on-surface.variant.@.value}",
|
|
127
|
+
"type": "color",
|
|
128
|
+
"attributes": {
|
|
129
|
+
"subtype": "color",
|
|
130
|
+
"description": "Controls the template color of tile components (rectangular content blocks that hold information). This determines the color of the tile template. <br>CSS variable: --wm-tile-color"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
116
133
|
"border": {
|
|
117
134
|
"radius": {
|
|
118
135
|
"value": "{radius.sm.value}",
|
|
@@ -173,7 +190,6 @@
|
|
|
173
190
|
}
|
|
174
191
|
}
|
|
175
192
|
}
|
|
176
|
-
|
|
177
193
|
},
|
|
178
194
|
"appearances": {
|
|
179
195
|
"default": {
|
|
@@ -144,6 +144,32 @@
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
|
+
"border": {
|
|
148
|
+
"color": {
|
|
149
|
+
"value": "{color.secondary.@.value}",
|
|
150
|
+
"type": "color",
|
|
151
|
+
"attributes": {
|
|
152
|
+
"subtype": "color",
|
|
153
|
+
"description": "Sets the color of the border around toggle switches when they are in the on/checked state. This determines the color of the outline that defines the toggle switch shape in its on state.<br>CSS variable: --wm-toggle-border-color"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"radius": {
|
|
157
|
+
"value": "18px",
|
|
158
|
+
"type": "space",
|
|
159
|
+
"attributes": {
|
|
160
|
+
"subtype": "radius",
|
|
161
|
+
"description": "Controls the corner rounding of toggle switches when they are in the on/checked state. When set to a high value, the toggle appears with fully rounded ends, creating a pill-shaped appearance.<br>CSS variable: --wm-toggle-border-radius"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"width": {
|
|
165
|
+
"value": "2px",
|
|
166
|
+
"type": "border",
|
|
167
|
+
"attributes": {
|
|
168
|
+
"subtype": "border-width",
|
|
169
|
+
"description": "Controls the thickness of the border around toggle switches when they are in the on/checked state. This creates the outline that defines the toggle switch shape and makes it visible to users.<br>CSS variable: --wm-toggle-border-width"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
147
173
|
"handle": {
|
|
148
174
|
"color": {
|
|
149
175
|
"value": "{color.on-secondary.@.value}",
|
|
@@ -152,6 +178,48 @@
|
|
|
152
178
|
"subtype": "color",
|
|
153
179
|
"description": "Sets the color of toggle handles when the toggle is in the on/checked state. This determines what color the draggable part of the toggle appears in when enabled.<br>CSS variable: --wm-toggle-handle-color (on state)"
|
|
154
180
|
}
|
|
181
|
+
},
|
|
182
|
+
"width": {
|
|
183
|
+
"value": "16px",
|
|
184
|
+
"type": "space",
|
|
185
|
+
"attributes": {
|
|
186
|
+
"subtype": "space",
|
|
187
|
+
"description": "Controls the width of toggle handles when the toggle is in the on/checked state (the circular element that slides along the toggle track). This determines how wide the draggable part of the toggle appears.<br>CSS variable: --wm-toggle-handle-width"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"height": {
|
|
191
|
+
"value": "16px",
|
|
192
|
+
"type": "space",
|
|
193
|
+
"attributes": {
|
|
194
|
+
"subtype": "space",
|
|
195
|
+
"description": "Controls the height of toggle handles when the toggle is in the on/checked state (the circular element that slides along the toggle track). This determines how tall the draggable part of the toggle appears.<br>CSS variable: --wm-toggle-handle-height"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"radius": {
|
|
199
|
+
"value": "18px",
|
|
200
|
+
"type": "space",
|
|
201
|
+
"attributes": {
|
|
202
|
+
"subtype": "radius",
|
|
203
|
+
"description": "Controls the corner rounding of toggle handles when the toggle is in the on/checked state (the circular element that slides along the toggle track). This makes the handle appear with rounded corners, creating a circular or pill-shaped appearance.<br>CSS variable: --wm-toggle-handle-radius"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"margin": {
|
|
207
|
+
"left": {
|
|
208
|
+
"value": "8px",
|
|
209
|
+
"type": "space",
|
|
210
|
+
"attributes": {
|
|
211
|
+
"subtype": "space",
|
|
212
|
+
"description": "Controls the left margin of toggle handles when the toggle is in the on/checked state (the spacing from the left edge of the toggle track). This determines the initial position of the handle when the toggle is in the off state.<br>CSS variable: --wm-toggle-handle-margin-left"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
"right": {
|
|
216
|
+
"value": "1px",
|
|
217
|
+
"type": "space",
|
|
218
|
+
"attributes": {
|
|
219
|
+
"subtype": "space",
|
|
220
|
+
"description": "Controls the right margin of toggle handles when the toggle is in the on/checked state (the spacing from the right edge of the toggle track). This affects the positioning of the handle when the toggle is in the on state.<br>CSS variable: --wm-toggle-handle-margin-right"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
155
223
|
}
|
|
156
224
|
}
|
|
157
225
|
},
|