@wavemaker/foundation-css 11.15.1-rc.248 → 11.15.2-rc.249
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 +1260 -12
- package/cjs/src_tokens_mobile_components_accordion-pane_accordion-pane_json.foundation-css.cjs +14 -0
- 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_barcodescanner_barcodescanner_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_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_checkboxset_checkboxset_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_chips_chips_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_currency_currency_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_dropdown-menu_dropdown-menu_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_form-wrapper_form-wrapper_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_login_login_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_message_message_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 +1 -1
- package/cjs/src_tokens_mobile_components_page-left-nav_page-left-nav_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_partial-container_partial-container_json.foundation-css.cjs +14 -0
- 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_progress-bar_progress-bar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_radioset_radioset_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_rating_rating_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_select_select_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_spinner_spinner_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_webview_webview_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_wizard_wizard_json.foundation-css.cjs +1 -1
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/native_mobile.index.d.ts +17 -0
- package/native_mobile.index.js +17 -5
- package/native_mobile.index.js.map +1 -1
- package/npm-shrinkwrap.json +95 -117
- package/package-lock.json +95 -117
- package/package.json +13 -4
- package/src/node/index.d.ts +1 -0
- package/src/node/index.js +2 -0
- package/src/node/index.js.map +1 -0
- package/src/styles/mobile/components/advanced/carousel.less +6 -12
- package/src/styles/mobile/components/advanced/login.less +1 -4
- package/src/styles/mobile/components/advanced/webview.less +1 -4
- package/src/styles/mobile/components/basic/anchor.less +2 -2
- package/src/styles/mobile/components/basic/bottomsheet.less +5 -12
- package/src/styles/mobile/components/basic/button.less +3 -12
- package/src/styles/mobile/components/basic/buttongroup.less +3 -12
- package/src/styles/mobile/components/basic/label.less +7 -4
- package/src/styles/mobile/components/basic/lottie.less +7 -4
- package/src/styles/mobile/components/basic/message.less +6 -10
- package/src/styles/mobile/components/basic/picture.less +4 -16
- package/src/styles/mobile/components/basic/progress-bar.less +0 -1
- package/src/styles/mobile/components/basic/search.less +5 -20
- package/src/styles/mobile/components/basic/spinner.less +1 -1
- package/src/styles/mobile/components/container/accordion/accordionpane.less +6 -0
- package/src/styles/mobile/components/container/accordion.less +35 -3
- package/src/styles/mobile/components/container/panel.less +0 -5
- package/src/styles/mobile/components/container/tabs/tab-header.less +14 -3
- package/src/styles/mobile/components/container/tile.less +1 -4
- package/src/styles/mobile/components/container/wizard.less +3 -9
- package/src/styles/mobile/components/container.less +8 -32
- package/src/styles/mobile/components/data/card.less +1 -4
- package/src/styles/mobile/components/data/form.less +143 -37
- package/src/styles/mobile/components/data/list.less +1 -4
- package/src/styles/mobile/components/device/barcodescanner.less +2 -5
- package/src/styles/mobile/components/device/camera.less +1 -4
- package/src/styles/mobile/components/dialogs/dialog.less +17 -4
- package/src/styles/mobile/components/input/calendar.less +46 -38
- package/src/styles/mobile/components/input/checkboxset.less +1 -2
- package/src/styles/mobile/components/input/chips.less +8 -19
- package/src/styles/mobile/components/input/currency.less +14 -17
- package/src/styles/mobile/components/input/radioset.less +1 -2
- package/src/styles/mobile/components/input/rating.less +1 -1
- package/src/styles/mobile/components/input/select.less +26 -64
- package/src/styles/mobile/components/input/switch.less +1 -2
- package/src/styles/mobile/components/input/toggle.less +1 -1
- package/src/styles/mobile/components/navigation/appnavbar.less +11 -15
- package/src/styles/mobile/components/navigation/menu.less +3 -11
- package/src/styles/mobile/components/navigation/popover.less +22 -15
- package/src/styles/mobile/components/page/left-panel.less +0 -1
- package/src/styles/mobile/components/page/partial-container.less +1 -0
- package/src/styles/mobile/components/page/tabbar.less +9 -8
- package/src/styles/mobile/components/tokens.dark.css +25 -9
- package/src/styles/mobile/components/tokens.light.css +198 -241
- package/src/styles/mobile/components/variables/accordion.variant.less +4 -0
- package/src/styles/mobile/components/variables/button.variant.less +19 -79
- package/src/styles/mobile/components/variables/carousel.variant.less +2 -3
- package/src/styles/mobile/components/variables/container.variant.less +6 -24
- package/src/styles/mobile/components/variables/form-controls.variant.less +9 -8
- package/src/styles/mobile/components/variables/picture.variant.less +3 -12
- package/src/styles/mobile/components/variables/tabbar.variant.less +1 -0
- package/src/styles/mobile/components/variables/tabs.variant.less +7 -0
- package/src/styles/mobile/studio/advanced/carousel.less +4 -2
- package/src/styles/mobile/studio/advanced/login.less +1 -4
- package/src/styles/mobile/studio/advanced/webview.less +1 -4
- package/src/styles/mobile/studio/basic/label.less +0 -8
- package/src/styles/mobile/studio/basic/message.less +1 -2
- package/src/styles/mobile/studio/container/accordion.less +1 -4
- package/src/styles/mobile/studio/container/container.less +2 -8
- package/src/styles/mobile/studio/container/tabs.less +10 -2
- package/src/styles/mobile/studio/data/card.less +1 -1
- package/src/styles/mobile/studio/device/barcode.less +2 -8
- package/src/styles/mobile/studio/input/calendar.less +66 -6
- package/src/styles/mobile/studio/input/checkboxset.less +21 -6
- package/src/styles/mobile/studio/input/currency.less +9 -1
- package/src/styles/mobile/studio/input/form.less +10 -40
- package/src/styles/mobile/studio/input/rating.less +1 -1
- package/src/styles/mobile/studio/input/select.less +33 -0
- package/src/styles/mobile/studio/input/toggle.less +3 -2
- package/src/styles/mobile/studio/layouts/tabbar.less +4 -5
- package/src/styles/mobile/studio/navigation/nav.less +0 -17
- package/src/styles/mobile/studio/navigation/popover.less +2 -5
- package/src/token-validation/component-token-schema.d.ts +169 -0
- package/src/token-validation/component-token-schema.js +146 -0
- package/src/token-validation/component-token-schema.js.map +1 -0
- package/src/token-validation/constants.d.ts +41 -0
- package/src/token-validation/constants.js +54 -0
- package/src/token-validation/constants.js.map +1 -0
- package/src/token-validation/global-token-schema.d.ts +37 -0
- package/src/token-validation/global-token-schema.js +41 -0
- package/src/token-validation/global-token-schema.js.map +1 -0
- package/src/token-validation/validate-token.d.ts +72 -0
- package/src/token-validation/validate-token.js +939 -0
- package/src/token-validation/validate-token.js.map +1 -0
- package/src/token-validation/validate-value.d.ts +13 -0
- package/src/token-validation/validate-value.js +57 -0
- package/src/token-validation/validate-value.js.map +1 -0
- package/src/token-validation/validator-utils/common/constants.d.ts +172 -0
- package/src/token-validation/validator-utils/common/constants.js +258 -0
- package/src/token-validation/validator-utils/common/constants.js.map +1 -0
- package/src/token-validation/validator-utils/common/primitives.d.ts +14 -0
- package/src/token-validation/validator-utils/common/primitives.js +35 -0
- package/src/token-validation/validator-utils/common/primitives.js.map +1 -0
- package/src/token-validation/validator-utils/common/utils.d.ts +152 -0
- package/src/token-validation/validator-utils/common/utils.js +316 -0
- package/src/token-validation/validator-utils/common/utils.js.map +1 -0
- package/src/token-validation/validator-utils/native_mobile.d.ts +1 -0
- package/src/token-validation/validator-utils/native_mobile.js +120 -0
- package/src/token-validation/validator-utils/native_mobile.js.map +1 -0
- package/src/token-validation/validator-utils/web.d.ts +1 -0
- package/src/token-validation/validator-utils/web.js +72 -0
- package/src/token-validation/validator-utils/web.js.map +1 -0
- package/src/tokens/mobile/components/accordion/accordion.json +172 -4
- package/src/tokens/mobile/components/accordion-pane/accordion-pane.json +65 -0
- package/src/tokens/mobile/components/anchor/anchor.json +5 -15
- package/src/tokens/mobile/components/barcodescanner/barcodescanner.json +10 -38
- package/src/tokens/mobile/components/bottomsheet/bottomsheet.json +28 -92
- package/src/tokens/mobile/components/button/button.json +24 -121
- package/src/tokens/mobile/components/calendar/calendar.json +262 -158
- package/src/tokens/mobile/components/camera/camera.json +5 -31
- package/src/tokens/mobile/components/cards/cards.json +1 -27
- package/src/tokens/mobile/components/carousel/carousel.json +25 -69
- package/src/tokens/mobile/components/checkboxset/checkboxset.json +6 -16
- package/src/tokens/mobile/components/chips/chips.json +8 -80
- package/src/tokens/mobile/components/container/container.json +22 -158
- package/src/tokens/mobile/components/currency/currency.json +89 -5
- package/src/tokens/mobile/components/dropdown-menu/dropdown-menu.json +15 -87
- package/src/tokens/mobile/components/form-controls/form-controls.json +140 -142
- package/src/tokens/mobile/components/form-wrapper/form-wrapper.json +0 -8
- package/src/tokens/mobile/components/label/label.json +0 -34
- package/src/tokens/mobile/components/list/list.json +5 -31
- package/src/tokens/mobile/components/login/login.json +5 -31
- package/src/tokens/mobile/components/lottie/lottie.json +23 -29
- package/src/tokens/mobile/components/message/message.json +37 -61
- package/src/tokens/mobile/components/modal-dialog/modal-dialog.json +54 -8
- package/src/tokens/mobile/components/nav/nav.json +1 -48
- package/src/tokens/mobile/components/navbar/navbar.json +61 -95
- package/src/tokens/mobile/components/navitem/navitem.json +4 -4
- package/src/tokens/mobile/components/{left-nav/left-nav.json → page-left-nav/page-left-nav.json} +1 -9
- package/src/tokens/mobile/components/panel/panel.json +0 -10
- package/src/tokens/mobile/components/partial-container/partial-container.json +23 -0
- package/src/tokens/mobile/components/picture/picture.json +9 -63
- package/src/tokens/mobile/components/popover/popover.json +105 -97
- package/src/tokens/mobile/components/progress-bar/progress-bar.json +0 -8
- package/src/tokens/mobile/components/radioset/radioset.json +5 -15
- package/src/tokens/mobile/components/rating/rating.json +5 -7
- package/src/tokens/mobile/components/search/search.json +25 -155
- package/src/tokens/mobile/components/select/select.json +223 -165
- package/src/tokens/mobile/components/spinner/spinner.json +5 -7
- package/src/tokens/mobile/components/switch/switch.json +5 -15
- package/src/tokens/mobile/components/tabbar/tabbar.json +48 -54
- package/src/tokens/mobile/components/tabs/tabs.json +113 -5
- package/src/tokens/mobile/components/tile/tile.json +5 -31
- package/src/tokens/mobile/components/webview/webview.json +5 -31
- package/src/tokens/mobile/components/wizard/wizard.json +8 -56
- package/cjs/src_tokens_mobile_components_left-nav_left-nav_json.foundation-css.cjs +0 -14
- package/src/styles/mobile/components/input/epoch/date.less +0 -44
- package/src/styles/mobile/components/input/epoch/datetime.less +0 -38
- package/src/styles/mobile/components/input/epoch/time.less +0 -38
- package/src/styles/mobile/components/input/number.less +0 -40
- package/src/styles/mobile/components/input/text.less +0 -69
- package/src/styles/mobile/components/input/textarea.less +0 -63
- package/src/styles/mobile/components/variables/select.variant.less +0 -3
|
@@ -1,171 +1,229 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
2
|
+
"select": {
|
|
3
|
+
"meta": {
|
|
4
|
+
"selector": {
|
|
5
|
+
"mobile": ".app-select"
|
|
6
|
+
},
|
|
7
|
+
"states": {
|
|
8
|
+
"active": {
|
|
9
|
+
"selector": {
|
|
10
|
+
"mobile": "-active-item"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"mapping": {
|
|
16
|
+
"arrow-button": {
|
|
17
|
+
"padding": {
|
|
18
|
+
"value": "{space.1.value}",
|
|
19
|
+
"type": "space",
|
|
20
|
+
"attributes": {
|
|
21
|
+
"subtype": "space",
|
|
22
|
+
"description": "Controls the padding of arrow button This creates breathing room on the arrow button. Acceptable units: px.<br>CSS variable: --wm-select-arrow-button-padding"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"background-color": {
|
|
26
|
+
"value": "{color.outline.variant.value}",
|
|
27
|
+
"type": "color",
|
|
28
|
+
"attributes": {
|
|
29
|
+
"subtype": "color",
|
|
30
|
+
"description": "Sets the background color of select arrow button This determines what background color the select arrow button appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-select-arrow-button--background-color"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"icon": {
|
|
34
|
+
"color": {
|
|
35
|
+
"value": "{color.on-background.@.value}",
|
|
36
|
+
"type": "color",
|
|
37
|
+
"attributes": {
|
|
38
|
+
"subtype": "color",
|
|
39
|
+
"description": "Sets the color of icons (symbols like arrows, hearts, settings, etc.). This determines what color the icon symbols appear in, which should contrast well with the background for visibility.<br>CSS variable: --wm-icon-color"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"height": {
|
|
43
|
+
"value": "24px",
|
|
44
|
+
"type": "space",
|
|
45
|
+
"attributes": {
|
|
46
|
+
"subtype": "space",
|
|
47
|
+
"description": "Controls the height.<br>CSS variable: --wm-selec-icon-height"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"padding": {
|
|
51
|
+
"value": "{space.1.value}",
|
|
52
|
+
"type": "space",
|
|
53
|
+
"attributes": {
|
|
54
|
+
"subtype": "space",
|
|
55
|
+
"description": "Controls the padding of arrow button icon This creates breathing room on the arrow button. Acceptable units: px.<br>CSS variable: --wm-select-arrow-button-icon-padding"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"border": {
|
|
59
|
+
"radius": {
|
|
60
|
+
"value": "{radius.none.value}",
|
|
61
|
+
"type": "radius",
|
|
62
|
+
"attributes": {
|
|
63
|
+
"subtype": "radius",
|
|
64
|
+
"description": "Controls the corner rounding of select modal content. This makes the select modal content appear with rounded corners for a softer appearance.<br>CSS variable: --wm-select-arrow-button-icon-border-radius"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"width": {
|
|
68
|
+
"value": "{border.width.0.value}",
|
|
69
|
+
"type": "border",
|
|
70
|
+
"attributes": {
|
|
71
|
+
"subtype": "border-width",
|
|
72
|
+
"description": "Controls the thickness of the border around select modal content. This determines how thick the outline appears around the select modal content. Acceptable units: px.<br>CSS variable: --wm-select-arrow-button-icon-border-width"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"style": {
|
|
76
|
+
"value": "{border.style.base.value}",
|
|
77
|
+
"type": "radius",
|
|
78
|
+
"attributes": {
|
|
79
|
+
"subtype": "border-style",
|
|
80
|
+
"description": "Controls the style of the border around select modal content. 'solid' creates a continuous line, 'dashed' creates a dotted line, 'dotted' creates small dots.<br>CSS variable: --wm-select-arrow-button-icon-border-style"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"color": {
|
|
84
|
+
"value": "{color.outline.@.value}",
|
|
85
|
+
"type": "color",
|
|
86
|
+
"attributes": {
|
|
87
|
+
"subtype": "color",
|
|
88
|
+
"description": "Sets the color of the border around select modal content. This determines the color of the outline that defines the select modal content.<br>CSS variable: --wm-select-arrow-button-icon-border-color"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"font-size": {
|
|
93
|
+
"value": "{body.large.font-size.value}",
|
|
94
|
+
"type": "font",
|
|
95
|
+
"attributes": {
|
|
96
|
+
"subtype": "icon-size",
|
|
97
|
+
"description": "Controls how large icon symbols appear (like arrows, hearts, settings, etc.). Larger values make icons more prominent, smaller values make them more subtle.<br>CSS variable: --wm-icon-font-size"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"border": {
|
|
102
|
+
"radius": {
|
|
103
|
+
"value": "{radius.none.value}",
|
|
104
|
+
"type": "radius",
|
|
105
|
+
"attributes": {
|
|
106
|
+
"subtype": "radius",
|
|
107
|
+
"description": "Controls the corner rounding of select modal content. This makes the select modal content appear with rounded corners for a softer appearance.<br>CSS variable: --wm-select-modal-content-border-radius"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"width": {
|
|
111
|
+
"value": "{border.width.0.value}",
|
|
112
|
+
"type": "border",
|
|
113
|
+
"attributes": {
|
|
114
|
+
"subtype": "border-width",
|
|
115
|
+
"description": "Controls the thickness of the border around select modal content. This determines how thick the outline appears around the select modal content. Acceptable units: px.<br>CSS variable: --wm-select-modal-content-border-width"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"style": {
|
|
119
|
+
"value": "{border.style.base.value}",
|
|
120
|
+
"type": "radius",
|
|
121
|
+
"attributes": {
|
|
122
|
+
"subtype": "border-style",
|
|
123
|
+
"description": "Controls the style of the border around select modal content. 'solid' creates a continuous line, 'dashed' creates a dotted line, 'dotted' creates small dots.<br>CSS variable: --wm-select-modal-content-border-style"
|
|
13
124
|
}
|
|
125
|
+
},
|
|
126
|
+
"color": {
|
|
127
|
+
"value": "{color.outline.@.value}",
|
|
128
|
+
"type": "color",
|
|
129
|
+
"attributes": {
|
|
130
|
+
"subtype": "color",
|
|
131
|
+
"description": "Sets the color of the border around select modal content. This determines the color of the outline that defines the select modal content.<br>CSS variable: --wm-select-modal-content-border-color"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"modal-content": {
|
|
137
|
+
"background-color": {
|
|
138
|
+
"value": "{color.outline.variant.value}",
|
|
139
|
+
"type": "color",
|
|
140
|
+
"attributes": {
|
|
141
|
+
"subtype": "color",
|
|
142
|
+
"description": "Sets the background color of select modal content.This determines what background color the select modal content appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-select-modal-content-background-color"
|
|
143
|
+
}
|
|
14
144
|
},
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"attributes": {
|
|
31
|
-
"subtype": "border-style",
|
|
32
|
-
"description": "Controls the border style of select arrow buttons. This determines the style of the border around the arrow button (e.g., solid, dashed, none).<br>CSS variable: --wm-select-arrow-button-border-style"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"width": {
|
|
36
|
-
"value": "{border.width.base.value}",
|
|
37
|
-
"type": "space",
|
|
38
|
-
"attributes": {
|
|
39
|
-
"subtype": "border-width",
|
|
40
|
-
"description": "Controls the border width (thickness) of select arrow buttons. This determines how thick the border around the arrow button appears. Acceptable units: px.<br>CSS variable: --wm-select-arrow-button-border-width"
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"radius": {
|
|
44
|
-
"value": "{radius.base.value}",
|
|
45
|
-
"type": "space",
|
|
46
|
-
"attributes": {
|
|
47
|
-
"subtype": "radius",
|
|
48
|
-
"description": "Controls the border radius (rounded corners) of select arrow buttons. This determines how rounded the corners of the arrow button appear. Acceptable units: px.<br>CSS variable: --wm-select-arrow-button-border-radius"
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"height": {
|
|
53
|
-
"value": "12px",
|
|
54
|
-
"type": "space",
|
|
55
|
-
"attributes": {
|
|
56
|
-
"subtype": "space",
|
|
57
|
-
"description": "Controls the height of select arrow buttons. This determines the vertical size of the arrow button. Acceptable units: px.<br>CSS variable: --wm-select-arrow-button-height"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"modal": {
|
|
63
|
-
"content": {
|
|
64
|
-
"background": {
|
|
65
|
-
"value": "{color.white.@.value}",
|
|
66
|
-
"type": "color",
|
|
67
|
-
"attributes": {
|
|
68
|
-
"subtype": "color",
|
|
69
|
-
"description": "Sets the background color of select modal content (the dropdown modal that appears when selecting options). This determines what color the background of the modal appears in.<br>CSS variable: --wm-select-modal-content-background"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"border": {
|
|
73
|
-
"color": {
|
|
74
|
-
"value": "{color.transparent.@.value}",
|
|
75
|
-
"type": "color",
|
|
76
|
-
"attributes": {
|
|
77
|
-
"subtype": "color",
|
|
78
|
-
"description": "Sets the border color of select modal content. This determines what color the border around the modal appears in.<br>CSS variable: --wm-select-modal-content-border-color"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"style": {
|
|
82
|
-
"value": "{border.style.base.value}",
|
|
83
|
-
"type": "style",
|
|
84
|
-
"attributes": {
|
|
85
|
-
"subtype": "border-style",
|
|
86
|
-
"description": "Controls the border style of select modal content. This determines the style of the border around the modal (e.g., solid, dashed, none).<br>CSS variable: --wm-select-modal-content-border-style"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"width": {
|
|
90
|
-
"value": "{border.width.base.value}",
|
|
91
|
-
"type": "space",
|
|
92
|
-
"attributes": {
|
|
93
|
-
"subtype": "border-width",
|
|
94
|
-
"description": "Controls the border width (thickness) of select modal content. This determines how thick the border around the modal appears. Acceptable units: px.<br>CSS variable: --wm-select-modal-content-border-width"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
"radius": {
|
|
98
|
-
"value": "{radius.base.value}",
|
|
99
|
-
"type": "space",
|
|
100
|
-
"attributes": {
|
|
101
|
-
"subtype": "radius",
|
|
102
|
-
"description": "Controls the border radius (rounded corners) of select modal content. This determines how rounded the corners of the modal appear. Acceptable units: px.<br>CSS variable: --wm-select-modal-content-border-radius"
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"width": {
|
|
107
|
-
"value": "90%",
|
|
108
|
-
"type": "space",
|
|
109
|
-
"attributes": {
|
|
110
|
-
"subtype": "space",
|
|
111
|
-
"description": "Controls the width of select modal content. This determines how wide the modal appears relative to its container. Acceptable units: %, px.<br>CSS variable: --wm-select-modal-content-width"
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"item": {
|
|
117
|
-
"color": {
|
|
118
|
-
"value": "{color.primary.@.value}",
|
|
119
|
-
"type": "color",
|
|
120
|
-
"attributes": {
|
|
121
|
-
"subtype": "color",
|
|
122
|
-
"description": "Sets the text color of select items (individual options that appear in the select dropdown). This determines what color the text in select items appears in, typically matching the primary theme color.<br>CSS variable: --wm-select-item-color"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"padding": {
|
|
126
|
-
"vertical": {
|
|
127
|
-
"value": "{space.2.value}",
|
|
128
|
-
"type": "space",
|
|
129
|
-
"attributes": {
|
|
130
|
-
"subtype": "space",
|
|
131
|
-
"description": "Controls the vertical padding (top and bottom spacing) of select items. This creates breathing room at the top and bottom of select items. Acceptable units: px.<br>CSS variable: --wm-select-item-padding-vertical"
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
"horizontal": {
|
|
135
|
-
"value": "{space.4.value}",
|
|
136
|
-
"type": "space",
|
|
137
|
-
"attributes": {
|
|
138
|
-
"subtype": "space",
|
|
139
|
-
"description": "Controls the horizontal padding (left and right spacing) of select items. This creates breathing room on the left and right sides of select items. Acceptable units: px.<br>CSS variable: --wm-select-item-padding-horizontal"
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"border": {
|
|
144
|
-
"bottom": {
|
|
145
|
-
"value": "1px",
|
|
146
|
-
"type": "space",
|
|
147
|
-
"attributes": {
|
|
148
|
-
"subtype": "border-width",
|
|
149
|
-
"description": "Controls the bottom border width (thickness) of select items. This determines how thick the bottom border appears between select items. Acceptable units: px.<br>CSS variable: --wm-select-item-border-bottom"
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"states": {
|
|
155
|
-
"active": {
|
|
156
|
-
"item": {
|
|
157
|
-
"color": {
|
|
158
|
-
"value": "{color.secondary.@.value}",
|
|
159
|
-
"type": "color",
|
|
160
|
-
"attributes": {
|
|
161
|
-
"subtype": "color",
|
|
162
|
-
"description": "Sets the text color of active/selected select items (options that are currently selected or highlighted). This determines what color the text appears in for active items, typically matching the secondary theme color.<br>CSS variable: --wm-select-active-item-color"
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
145
|
+
"border": {
|
|
146
|
+
"radius": {
|
|
147
|
+
"value": "{radius.base.value}",
|
|
148
|
+
"type": "radius",
|
|
149
|
+
"attributes": {
|
|
150
|
+
"subtype": "radius",
|
|
151
|
+
"description": "Controls the corner rounding of select modal content. This makes the select modal content appear with rounded corners for a softer appearance.<br>CSS variable: --wm-select-modal-content-border-radius"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"width": {
|
|
155
|
+
"value": "{border.width.0.value}",
|
|
156
|
+
"type": "border",
|
|
157
|
+
"attributes": {
|
|
158
|
+
"subtype": "border-width",
|
|
159
|
+
"description": "Controls the thickness of the border around select modal content. This determines how thick the outline appears around the select modal content. Acceptable units: px.<br>CSS variable: --wm-select-modal-content-border-width"
|
|
167
160
|
}
|
|
161
|
+
},
|
|
162
|
+
"style": {
|
|
163
|
+
"value": "{border.style.base.value}",
|
|
164
|
+
"type": "radius",
|
|
165
|
+
"attributes": {
|
|
166
|
+
"subtype": "border-style",
|
|
167
|
+
"description": "Controls the style of the border around select modal content. 'solid' creates a continuous line, 'dashed' creates a dotted line, 'dotted' creates small dots.<br>CSS variable: --wm-select-modal-content-border-style"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"color": {
|
|
171
|
+
"value": "{color.outline.@.value}",
|
|
172
|
+
"type": "color",
|
|
173
|
+
"attributes": {
|
|
174
|
+
"subtype": "color",
|
|
175
|
+
"description": "Sets the color of the border around select modal content. This determines the color of the outline that defines the select modal content.<br>CSS variable: --wm-select-modal-content-border-color"
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"modal-text": {
|
|
181
|
+
"font-size": {
|
|
182
|
+
"value": "{body.large.font-size.value}",
|
|
183
|
+
"type": "font",
|
|
184
|
+
"attributes": {
|
|
185
|
+
"subtype": "font-size",
|
|
186
|
+
"description": "Controls how large label text appears (text that describes or identifies other content). Larger values make labels more prominent, smaller values make them more subtle.<br>CSS variable: --wm-label-font-size"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"font-family": {
|
|
190
|
+
"value": "{body.medium.font-family.value}",
|
|
191
|
+
"type": "font",
|
|
192
|
+
"attributes": {
|
|
193
|
+
"subtype": "font-family",
|
|
194
|
+
"description": "Sets the typeface (font style) for label text. This determines whether the label text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-label-font-family"
|
|
195
|
+
}
|
|
168
196
|
},
|
|
169
|
-
"
|
|
170
|
-
|
|
197
|
+
"color": {
|
|
198
|
+
"value": "{color.on-surface.variant.@.value}",
|
|
199
|
+
"type": "color",
|
|
200
|
+
"attributes": {
|
|
201
|
+
"subtype": "color",
|
|
202
|
+
"description": "Sets the text color of labels (text elements that describe or identify other content). This determines what color the label text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-label-color"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"check": {
|
|
207
|
+
"icon": {
|
|
208
|
+
"color": {
|
|
209
|
+
"value": "{color.on-background.@.value}",
|
|
210
|
+
"type": "color",
|
|
211
|
+
"attributes": {
|
|
212
|
+
"subtype": "color",
|
|
213
|
+
"description": "Sets the color of icons (symbols like arrows, hearts, settings, etc.). This determines what color the icon symbols appear in, which should contrast well with the background for visibility.<br>CSS variable: --wm-icon-color"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"font-size": {
|
|
217
|
+
"value": "{icon.size.md.value}",
|
|
218
|
+
"type": "font",
|
|
219
|
+
"attributes": {
|
|
220
|
+
"subtype": "icon-size",
|
|
221
|
+
"description": "Controls how large icon symbols appear (like arrows, hearts, settings, etc.). Larger values make icons more prominent, smaller values make them more subtle.<br>CSS variable: --wm-icon-font-size"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"appearance": {}
|
|
228
|
+
}
|
|
171
229
|
}
|
|
@@ -42,13 +42,11 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"padding": {
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
"description": "Controls the left padding (horizontal spacing) of loading data messages. This creates breathing room on the left side of the loading message text.<br>CSS variable: --wm-spinner-text-padding-left"
|
|
51
|
-
}
|
|
45
|
+
"value": "{space.0.value} {space.0.value} {space.0.value} {space.2.value}",
|
|
46
|
+
"type": "space",
|
|
47
|
+
"attributes": {
|
|
48
|
+
"subtype": "space",
|
|
49
|
+
"description": "Controls the padding (top, right, bottom, left) of loading data messages. This creates breathing room around the loading message text. Acceptable units: px.<br>CSS variable: --wm-spinner-text-padding"
|
|
52
50
|
}
|
|
53
51
|
}
|
|
54
52
|
},
|
|
@@ -110,21 +110,11 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"padding": {
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
"
|
|
117
|
-
|
|
118
|
-
"description": "Controls the internal spacing inside switch buttons (the space between the button content and its border). This creates breathing room around the button text and icons on the left side.<br>CSS variable: --wm-switch-button-padding-left"
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
"right": {
|
|
122
|
-
"value": "{space.4.value}",
|
|
123
|
-
"type": "space",
|
|
124
|
-
"attributes": {
|
|
125
|
-
"subtype": "space",
|
|
126
|
-
"description": "Controls the internal spacing inside switch buttons (the space between the button content and its border). This creates breathing room around the button text and icons on the right side.<br>CSS variable: --wm-switch-button-padding-right"
|
|
127
|
-
}
|
|
113
|
+
"value": "{space.0.value} {space.4.value}",
|
|
114
|
+
"type": "space",
|
|
115
|
+
"attributes": {
|
|
116
|
+
"subtype": "space",
|
|
117
|
+
"description": "Controls the padding (top/bottom, left/right) inside switch buttons (the space between the button content and its border). This creates breathing room around the button text and icons. Acceptable units: px.<br>CSS variable: --wm-switch-button-padding"
|
|
128
118
|
}
|
|
129
119
|
},
|
|
130
120
|
"ripple": {
|
|
@@ -24,30 +24,28 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"border": {
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
"description": "Sets the border top style. Acceptable values: solid, dashed, dotted.<br>CSS variable: --wm-tabbar-border-top-style"
|
|
50
|
-
}
|
|
27
|
+
"width": {
|
|
28
|
+
"value": "{border.width.0.value}",
|
|
29
|
+
"type": "border",
|
|
30
|
+
"attributes": {
|
|
31
|
+
"subtype": "space",
|
|
32
|
+
"description": "Controls the border width of tabbar (top, right, bottom, left). Acceptable units: %, px.<br>CSS variable: --wm-tabbar-border-width"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"color": {
|
|
36
|
+
"value": "{color.scrim.@.value}",
|
|
37
|
+
"type": "color",
|
|
38
|
+
"attributes": {
|
|
39
|
+
"subtype": "color",
|
|
40
|
+
"description": "Sets the border color of tabbar. This determines what color the border of the tabbar menu appears in.<br>CSS variable: --wm-tabbar-border-color"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"style": {
|
|
44
|
+
"value": "{border.style.solid.value}",
|
|
45
|
+
"type": "radius",
|
|
46
|
+
"attributes": {
|
|
47
|
+
"subtype": "border-style",
|
|
48
|
+
"description": "Sets the border style. Acceptable values: solid, dashed, dotted.<br>CSS variable: --wm-tabbar-border-style"
|
|
51
49
|
}
|
|
52
50
|
}
|
|
53
51
|
},
|
|
@@ -113,21 +111,11 @@
|
|
|
113
111
|
}
|
|
114
112
|
},
|
|
115
113
|
"padding": {
|
|
116
|
-
"
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
"description": "Controls the top padding (vertical spacing) of tabbar more menu rows. This creates breathing room at the top of each row. Acceptable units: px.<br>CSS variable: --wm-tabbar-more-menu-row-padding-top"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
"bottom": {
|
|
125
|
-
"value": "{space.1.value}",
|
|
126
|
-
"type": "space",
|
|
127
|
-
"attributes": {
|
|
128
|
-
"subtype": "space",
|
|
129
|
-
"description": "Controls the bottom padding (vertical spacing) of tabbar more menu rows. This creates breathing room at the bottom of each row. Acceptable units: px.<br>CSS variable: --wm-tabbar-more-menu-row-padding-bottom"
|
|
130
|
-
}
|
|
114
|
+
"value": "{space.1.value} {space.0.value}",
|
|
115
|
+
"type": "space",
|
|
116
|
+
"attributes": {
|
|
117
|
+
"subtype": "space",
|
|
118
|
+
"description": "Controls the padding (top/bottom, left/right) of tabbar more menu rows. This creates breathing room around each row. Acceptable units: px.<br>CSS variable: --wm-tabbar-more-menu-row-padding"
|
|
131
119
|
}
|
|
132
120
|
}
|
|
133
121
|
},
|
|
@@ -158,6 +146,14 @@
|
|
|
158
146
|
"subtype": "radius",
|
|
159
147
|
"description": "Controls the border radius (rounded corners) of tabbar items. This determines how rounded the corners of tab items appear. Acceptable units: px.<br>CSS variable: --wm-tabbar-item-border-radius"
|
|
160
148
|
}
|
|
149
|
+
},
|
|
150
|
+
"width": {
|
|
151
|
+
"value": "{border.width.0.value}",
|
|
152
|
+
"type": "border",
|
|
153
|
+
"attributes": {
|
|
154
|
+
"subtype": "space",
|
|
155
|
+
"description": "Controls the border width of tabbar items. This determines the minimum width horizontal size of tab items. Acceptable units: px.<br>CSS variable: --wm-tabbar-item-border-width"
|
|
156
|
+
}
|
|
161
157
|
}
|
|
162
158
|
},
|
|
163
159
|
"background": {
|
|
@@ -197,21 +193,11 @@
|
|
|
197
193
|
}
|
|
198
194
|
},
|
|
199
195
|
"padding": {
|
|
200
|
-
"
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
"
|
|
204
|
-
|
|
205
|
-
"description": "Controls the right padding (horizontal spacing) of tabbar icons. This creates breathing room on the right side of icons. Acceptable units: px.<br>CSS variable: --wm-tabbar-icon-padding-right"
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
"bottom": {
|
|
209
|
-
"value": "{space.0.value}",
|
|
210
|
-
"type": "space",
|
|
211
|
-
"attributes": {
|
|
212
|
-
"subtype": "space",
|
|
213
|
-
"description": "Controls the bottom padding (vertical spacing) of tabbar icons. This creates breathing room at the bottom of icons. Acceptable units: px.<br>CSS variable: --wm-tabbar-icon-padding-bottom"
|
|
214
|
-
}
|
|
196
|
+
"value": "{space.0.value}",
|
|
197
|
+
"type": "space",
|
|
198
|
+
"attributes": {
|
|
199
|
+
"subtype": "space",
|
|
200
|
+
"description": "Controls the padding (top, right, bottom, left) of tabbar icons. This creates breathing room around icons. Acceptable units: px.<br>CSS variable: --wm-tabbar-icon-padding"
|
|
215
201
|
}
|
|
216
202
|
},
|
|
217
203
|
"border-bottom-color": {
|
|
@@ -280,6 +266,14 @@
|
|
|
280
266
|
"subtype": "radius",
|
|
281
267
|
"description": "Controls the border radius (rounded corners) of active tabbar items. This determines how rounded the corners of active tab items appear. Acceptable units: px.<br>CSS variable: --wm-tabbar-item-border-radius (active state)"
|
|
282
268
|
}
|
|
269
|
+
},
|
|
270
|
+
"width": {
|
|
271
|
+
"value": "{border.width.0.value}",
|
|
272
|
+
"type": "border",
|
|
273
|
+
"attributes": {
|
|
274
|
+
"subtype": "space",
|
|
275
|
+
"description": "Controls the border width of tabbar items. This determines the minimum width horizontal size of tab items. Acceptable units: px.<br>CSS variable: --wm-tabbar-item-border-width(active state)"
|
|
276
|
+
}
|
|
283
277
|
}
|
|
284
278
|
},
|
|
285
279
|
"background": {
|