@wavemaker/foundation-css 11.15.1-rc.6451 → 11.15.2-rc.64737
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
|
@@ -42,37 +42,11 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"padding": {
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
"description": "Controls the top padding (vertical spacing) inside pictures. This creates breathing room above the image content. Acceptable units: px.<br>CSS variable: --wm-picture-padding-top"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"bottom": {
|
|
54
|
-
"value": "{space.0.value}",
|
|
55
|
-
"type": "space",
|
|
56
|
-
"attributes": {
|
|
57
|
-
"subtype": "space",
|
|
58
|
-
"description": "Controls the bottom padding (vertical spacing) inside pictures. This creates breathing room below the image content. Acceptable units: px.<br>CSS variable: --wm-picture-padding-bottom"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"left": {
|
|
62
|
-
"value": "{space.0.value}",
|
|
63
|
-
"type": "space",
|
|
64
|
-
"attributes": {
|
|
65
|
-
"subtype": "space",
|
|
66
|
-
"description": "Controls the left padding (horizontal spacing) inside pictures. This creates breathing room on the left side of the image content. Acceptable units: px.<br>CSS variable: --wm-picture-padding-left"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"right": {
|
|
70
|
-
"value": "{space.0.value}",
|
|
71
|
-
"type": "space",
|
|
72
|
-
"attributes": {
|
|
73
|
-
"subtype": "space",
|
|
74
|
-
"description": "Controls the right padding (horizontal spacing) inside pictures. This creates breathing room on the right side of the image content. Acceptable units: px.<br>CSS variable: --wm-picture-padding-right"
|
|
75
|
-
}
|
|
45
|
+
"value": "{space.0.value}",
|
|
46
|
+
"type": "space",
|
|
47
|
+
"attributes": {
|
|
48
|
+
"subtype": "space",
|
|
49
|
+
"description": "Controls the padding (all sides) inside pictures. This creates breathing room around the image content. Acceptable units: px.<br>CSS variable: --wm-picture-padding"
|
|
76
50
|
}
|
|
77
51
|
},
|
|
78
52
|
"border": {
|
|
@@ -118,22 +92,8 @@
|
|
|
118
92
|
"type": "radius"
|
|
119
93
|
},
|
|
120
94
|
"padding": {
|
|
121
|
-
"
|
|
122
|
-
|
|
123
|
-
"type": "space"
|
|
124
|
-
},
|
|
125
|
-
"bottom": {
|
|
126
|
-
"value": "{space.0.value}",
|
|
127
|
-
"type": "space"
|
|
128
|
-
},
|
|
129
|
-
"left": {
|
|
130
|
-
"value": "{space.0.value}",
|
|
131
|
-
"type": "space"
|
|
132
|
-
},
|
|
133
|
-
"right": {
|
|
134
|
-
"value": "{space.0.value}",
|
|
135
|
-
"type": "space"
|
|
136
|
-
}
|
|
95
|
+
"value": "{space.0.value}",
|
|
96
|
+
"type": "space"
|
|
137
97
|
},
|
|
138
98
|
"border": {
|
|
139
99
|
"color": {
|
|
@@ -178,22 +138,8 @@
|
|
|
178
138
|
"type": "radius"
|
|
179
139
|
},
|
|
180
140
|
"padding": {
|
|
181
|
-
"
|
|
182
|
-
|
|
183
|
-
"type": "space"
|
|
184
|
-
},
|
|
185
|
-
"bottom": {
|
|
186
|
-
"value": "{space.1.value}",
|
|
187
|
-
"type": "space"
|
|
188
|
-
},
|
|
189
|
-
"left": {
|
|
190
|
-
"value": "{space.1.value}",
|
|
191
|
-
"type": "space"
|
|
192
|
-
},
|
|
193
|
-
"right": {
|
|
194
|
-
"value": "{space.1.value}",
|
|
195
|
-
"type": "space"
|
|
196
|
-
}
|
|
141
|
+
"value": "{space.1.value}",
|
|
142
|
+
"type": "space"
|
|
197
143
|
},
|
|
198
144
|
"border": {
|
|
199
145
|
"color": {
|
|
@@ -40,36 +40,12 @@
|
|
|
40
40
|
"description": "Controls the minimum height of popover components (small overlay windows that appear when users hover or click on elements). This ensures the popover is always tall enough to be visible and properly displayed.<br>CSS variable: --wm-popover-min-height"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"padding
|
|
43
|
+
"padding": {
|
|
44
44
|
"value": "{space.0.value}",
|
|
45
45
|
"type": "space",
|
|
46
46
|
"attributes": {
|
|
47
47
|
"subtype": "space",
|
|
48
|
-
"description": "Controls the
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"padding-left": {
|
|
52
|
-
"value": "{space.0.value}",
|
|
53
|
-
"type": "space",
|
|
54
|
-
"attributes": {
|
|
55
|
-
"subtype": "space",
|
|
56
|
-
"description": "Controls the left padding (horizontal spacing) inside popovers. This creates breathing room on the left side of the popover content. Acceptable units: px.<br>CSS variable: --wm-popover-padding-left"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
"padding-right": {
|
|
60
|
-
"value": "{space.0.value}",
|
|
61
|
-
"type": "space",
|
|
62
|
-
"attributes": {
|
|
63
|
-
"subtype": "space",
|
|
64
|
-
"description": "Controls the right padding (horizontal spacing) inside popovers. This creates breathing room on the right side of the popover content. Acceptable units: px.<br>CSS variable: --wm-popover-padding-right"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"padding-bottom": {
|
|
68
|
-
"value": "{space.0.value}",
|
|
69
|
-
"type": "space",
|
|
70
|
-
"attributes": {
|
|
71
|
-
"subtype": "space",
|
|
72
|
-
"description": "Controls the bottom padding (vertical spacing) inside popovers. This creates breathing room below the popover content. Acceptable units: px.<br>CSS variable: --wm-popover-padding-bottom"
|
|
48
|
+
"description": "Controls the padding inside popovers (top, right, bottom, left). Acceptable units: px.<br>CSS variable: --wm-popover-padding"
|
|
73
49
|
}
|
|
74
50
|
},
|
|
75
51
|
"background-color": {
|
|
@@ -97,60 +73,46 @@
|
|
|
97
73
|
}
|
|
98
74
|
},
|
|
99
75
|
"border": {
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
|
|
103
|
-
"value": "{radius.xl.value}",
|
|
104
|
-
"type": "radius",
|
|
105
|
-
"attributes": {
|
|
106
|
-
"subtype": "radius",
|
|
107
|
-
"description": "Controls the corner rounding of the top-left corner of popovers. This makes the popover appear with rounded corners on the top-left for a softer appearance.<br>CSS variable: --wm-popover-border-top-left-radius"
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
"right": {
|
|
112
|
-
"radius": {
|
|
113
|
-
"value": "{radius.xl.value}",
|
|
114
|
-
"type": "radius",
|
|
115
|
-
"attributes": {
|
|
116
|
-
"subtype": "radius",
|
|
117
|
-
"description": "Controls the corner rounding of the top-right corner of popovers. This makes the popover appear with rounded corners on the top-right for a softer appearance.<br>CSS variable: --wm-popover-border-top-right-radius"
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
"header": {
|
|
124
|
-
"padding-top": {
|
|
125
|
-
"value": "{space.3.value}",
|
|
126
|
-
"type": "space",
|
|
76
|
+
"radius": {
|
|
77
|
+
"value": "{radius.none.value}",
|
|
78
|
+
"type": "radius",
|
|
127
79
|
"attributes": {
|
|
128
|
-
"subtype": "
|
|
129
|
-
"description": "Controls the
|
|
80
|
+
"subtype": "radius",
|
|
81
|
+
"description": "Controls the corner rounding of popovers (top-left, top-right, bottom-right, bottom-left).<br>CSS variable: --wm-popover-border-radius"
|
|
130
82
|
}
|
|
131
83
|
},
|
|
132
|
-
"
|
|
133
|
-
"value": "{
|
|
84
|
+
"width": {
|
|
85
|
+
"value": "{border.width.0.value}",
|
|
134
86
|
"type": "space",
|
|
135
87
|
"attributes": {
|
|
136
|
-
"subtype": "
|
|
137
|
-
"description": "Controls the
|
|
88
|
+
"subtype": "border-width",
|
|
89
|
+
"description": "Controls the thickness of the border around popover. This determines how thick the outline appears around the popover. Acceptable units: px.<br>CSS variable: --wm-popover-border-width"
|
|
138
90
|
}
|
|
139
91
|
},
|
|
140
|
-
"
|
|
141
|
-
"value": "{
|
|
142
|
-
"type": "
|
|
92
|
+
"style": {
|
|
93
|
+
"value": "{border.style.base.value}",
|
|
94
|
+
"type": "radius",
|
|
143
95
|
"attributes": {
|
|
144
|
-
"subtype": "
|
|
145
|
-
"description": "Controls the
|
|
96
|
+
"subtype": "border-style",
|
|
97
|
+
"description": "Controls the style of the border around popover. 'solid' creates a continuous line, 'dashed' creates a dotted line, 'dotted' creates small dots.<br>CSS variable: --wm-popover-border-style"
|
|
146
98
|
}
|
|
147
99
|
},
|
|
148
|
-
"
|
|
100
|
+
"color": {
|
|
101
|
+
"value": "{color.transparent.@.value}",
|
|
102
|
+
"type": "color",
|
|
103
|
+
"attributes": {
|
|
104
|
+
"subtype": "color",
|
|
105
|
+
"description": "Sets the color of the border around popover. This determines the color of the outline that defines the popover.<br>CSS variable: --wm-popover-border-color"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"header": {
|
|
110
|
+
"padding": {
|
|
149
111
|
"value": "{space.3.value}",
|
|
150
112
|
"type": "space",
|
|
151
113
|
"attributes": {
|
|
152
114
|
"subtype": "space",
|
|
153
|
-
"description": "Controls the internal spacing inside popover headers (
|
|
115
|
+
"description": "Controls the internal spacing inside popover headers (top, right, bottom, left).<br>CSS variable: --wm-popover-header-padding"
|
|
154
116
|
}
|
|
155
117
|
},
|
|
156
118
|
"color": {
|
|
@@ -264,37 +226,11 @@
|
|
|
264
226
|
}
|
|
265
227
|
},
|
|
266
228
|
"padding": {
|
|
267
|
-
"
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
"
|
|
271
|
-
|
|
272
|
-
"description": "Controls the top padding (vertical spacing) inside popovers. This creates breathing room above the popover wrapper. Acceptable units: px.<br>CSS variable: --wm-popover-link-padding-top"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
"left": {
|
|
276
|
-
"value": "{space.2.value}",
|
|
277
|
-
"type": "space",
|
|
278
|
-
"attributes": {
|
|
279
|
-
"subtype": "space",
|
|
280
|
-
"description": "Controls the left padding (horizontal spacing) inside popovers. This creates breathing room on the left side of the popover wrapper. Acceptable units: px.<br>CSS variable: --wm-popover-link-padding-left"
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
"right": {
|
|
284
|
-
"value": "{space.2.value}",
|
|
285
|
-
"type": "space",
|
|
286
|
-
"attributes": {
|
|
287
|
-
"subtype": "space",
|
|
288
|
-
"description": "Controls the right padding (horizontal spacing) inside popovers. This creates breathing room on the right side of the popover wrapper. Acceptable units: px.<br>CSS variable: --wm-popover-link-padding-right"
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
"bottom": {
|
|
292
|
-
"value": "{space.2.value}",
|
|
293
|
-
"type": "space",
|
|
294
|
-
"attributes": {
|
|
295
|
-
"subtype": "space",
|
|
296
|
-
"description": "Controls the bottom padding (vertical spacing) inside popovers. This creates breathing room below the popover wrapper. Acceptable units: px.<br>CSS variable: --wm-popover-link-padding-bottom"
|
|
297
|
-
}
|
|
229
|
+
"value": "{space.2.value}",
|
|
230
|
+
"type": "space",
|
|
231
|
+
"attributes": {
|
|
232
|
+
"subtype": "space",
|
|
233
|
+
"description": "Controls the padding inside popover link wrapper (top, right, bottom, left). Acceptable units: px.<br>CSS variable: --wm-popover-link-padding"
|
|
298
234
|
}
|
|
299
235
|
},
|
|
300
236
|
"font-size": {
|
|
@@ -313,6 +249,14 @@
|
|
|
313
249
|
"description": "Sets the typeface (font style) for popover caption text.<br>CSS variable: --wm-popover-link-font-family"
|
|
314
250
|
}
|
|
315
251
|
},
|
|
252
|
+
"text-decoration": {
|
|
253
|
+
"value": "none",
|
|
254
|
+
"type": "font",
|
|
255
|
+
"attributes": {
|
|
256
|
+
"subtype": "text-decoration",
|
|
257
|
+
"description": "Controls the text decoration (underline, overline, line-through) for popover caption. 'none' removes all decorations, 'underline' adds an underline, 'overline' adds a line above, and 'line-through' adds a line through the text.<br>CSS variable: --wm-popover-link-text-decoration"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
316
260
|
"font-weight": {
|
|
317
261
|
"value": "{body.medium.font-weight.value}",
|
|
318
262
|
"type": "font",
|
|
@@ -381,6 +325,70 @@
|
|
|
381
325
|
"description": "Controls the minimum height of popover components. This ensures the popover is always tall enough to be visible and properly displayed.<br>CSS variable: --wm-popover-link-min-height"
|
|
382
326
|
}
|
|
383
327
|
}
|
|
328
|
+
},
|
|
329
|
+
"content": {
|
|
330
|
+
"border": {
|
|
331
|
+
"width": {
|
|
332
|
+
"value": "{border.width.0.value}",
|
|
333
|
+
"type": "space",
|
|
334
|
+
"attributes": {
|
|
335
|
+
"subtype": "border-width",
|
|
336
|
+
"description": "Controls the thickness of the border around popover content. This determines how thick the outline appears around the popover. Acceptable units: px.<br>CSS variable: --wm-popover-content-border-width"
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
"style": {
|
|
340
|
+
"value": "{border.style.base.value}",
|
|
341
|
+
"type": "radius",
|
|
342
|
+
"attributes": {
|
|
343
|
+
"subtype": "border-style",
|
|
344
|
+
"description": "Controls the style of the border around popover content. 'solid' creates a continuous line, 'dashed' creates a dotted line, 'dotted' creates small dots.<br>CSS variable: --wm-popover-content-border-style"
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
"color": {
|
|
348
|
+
"value": "{color.transparent.@.value}",
|
|
349
|
+
"type": "color",
|
|
350
|
+
"attributes": {
|
|
351
|
+
"subtype": "color",
|
|
352
|
+
"description": "Sets the color of the border around popover content. This determines the color of the outline that defines the popover.<br>CSS variable: --wm-popover-content-border-color"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"radius": {
|
|
356
|
+
"value": "{radius.none.value}",
|
|
357
|
+
"type": "radius",
|
|
358
|
+
"attributes": {
|
|
359
|
+
"subtype": "radius",
|
|
360
|
+
"description": "Controls the corner rounding of link popover content. This makes the popover appear with rounded corners for a softer appearance.<br>CSS variable: --wm-popover-content-border-radius"
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"background-color": {
|
|
365
|
+
"value": "{color.transparent.@.value}",
|
|
366
|
+
"type": "color",
|
|
367
|
+
"attributes": {
|
|
368
|
+
"subtype": "color",
|
|
369
|
+
"description": "Sets the background color of popover content (small overlay windows that appear when users hover or click on elements). This is the main background color that appears behind the popover content.<br>CSS variable: --wm-popover-content-background-color"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"shadow": {
|
|
373
|
+
"value": "{elevation.shadow.none.value}",
|
|
374
|
+
"type": "radius",
|
|
375
|
+
"attributes": {
|
|
376
|
+
"subtype": "elevation",
|
|
377
|
+
"description": "Controls the drop shadow effect around popover content (small overlay windows that appear when users hover or click on elements). This creates a subtle shadow that makes the popover appear to float above the background, giving it depth and elevation.<br>CSS variable: --wm-popover-content-shadow"
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"modal": {
|
|
382
|
+
"content": {
|
|
383
|
+
"shadow": {
|
|
384
|
+
"value": "{elevation.shadow.none.value}",
|
|
385
|
+
"type": "radius",
|
|
386
|
+
"attributes": {
|
|
387
|
+
"subtype": "elevation",
|
|
388
|
+
"description": "Controls the drop shadow effect around popover modal content (small overlay windows that appear when users hover or click on elements). This creates a subtle shadow that makes the popover appear to float above the background, giving it depth and elevation.<br>CSS variable: --wm-popover-modal-content-shadow"
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
}
|
|
384
392
|
}
|
|
385
393
|
}
|
|
386
394
|
}
|
|
@@ -75,14 +75,6 @@
|
|
|
75
75
|
"description": "Controls the corner rounding of progress bars (loading indicators). This makes the progress bars appear with rounded corners instead of sharp edges for a softer appearance.<br>CSS variable: --wm-progress-bar-radius"
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
"margin": {
|
|
79
|
-
"value": "{space.1.value}",
|
|
80
|
-
"type": "space",
|
|
81
|
-
"attributes": {
|
|
82
|
-
"subtype": "space",
|
|
83
|
-
"description": "Controls the outer spacing around progress bars (the space between the progress bar and surrounding elements). This creates breathing room around the loading indicator.<br>CSS variable: --wm-progress-bar-margin"
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
78
|
"tooltip": {
|
|
87
79
|
"background": {
|
|
88
80
|
"value": "{color.info.container.@.value}",
|
|
@@ -173,21 +173,11 @@
|
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
175
|
"padding": {
|
|
176
|
-
"
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
"
|
|
180
|
-
|
|
181
|
-
"description": "Controls the left padding (horizontal spacing) inside radio button group titles. This creates breathing room on the left side of the title text. Acceptable units: px.<br>CSS variable: --wm-radiobutton-title-padding-left"
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
"right": {
|
|
185
|
-
"value": "{space.2.value}",
|
|
186
|
-
"type": "space",
|
|
187
|
-
"attributes": {
|
|
188
|
-
"subtype": "space",
|
|
189
|
-
"description": "Controls the right padding (horizontal spacing) inside radio button group titles. This creates breathing room on the right side of the title text. Acceptable units: px.<br>CSS variable: --wm-radiobutton-title-padding-right"
|
|
190
|
-
}
|
|
176
|
+
"value": "{space.0.value}",
|
|
177
|
+
"type": "space",
|
|
178
|
+
"attributes": {
|
|
179
|
+
"subtype": "space",
|
|
180
|
+
"description": "Controls the padding inside radio button group titles. This creates breathing room around the title text. Acceptable units: px.<br>CSS variable: --wm-radiobutton-title-padding"
|
|
191
181
|
}
|
|
192
182
|
}
|
|
193
183
|
},
|
|
@@ -64,13 +64,11 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"padding": {
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
"description": "Controls the spacing between rating text and icons. This creates visual separation between the text and the rating icons.<br>CSS variable: --wm-rating-text-padding-left"
|
|
73
|
-
}
|
|
67
|
+
"value": "{space.0.value} {space.0.value} {space.0.value} {space.2.value}",
|
|
68
|
+
"type": "space",
|
|
69
|
+
"attributes": {
|
|
70
|
+
"subtype": "space",
|
|
71
|
+
"description": "Controls the padding (top, right, bottom, left) of rating text. This creates visual separation between the text and the rating icons. Acceptable units: px.<br>CSS variable: --wm-rating-text-padding"
|
|
74
72
|
}
|
|
75
73
|
},
|
|
76
74
|
"color": {
|
|
@@ -88,37 +88,11 @@
|
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
"padding": {
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"
|
|
95
|
-
|
|
96
|
-
"description": "Controls the top padding (vertical spacing) of search input text. This creates breathing room at the top of the search input field. Acceptable units: px.<br>CSS variable: --wm-search-text-padding-top"
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
"bottom": {
|
|
100
|
-
"value": "{space.2.value}",
|
|
101
|
-
"type": "space",
|
|
102
|
-
"attributes": {
|
|
103
|
-
"subtype": "space",
|
|
104
|
-
"description": "Controls the bottom padding (vertical spacing) of search input text. This creates breathing room at the bottom of the search input field. Acceptable units: px.<br>CSS variable: --wm-search-text-padding-bottom"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
"left": {
|
|
108
|
-
"value": "{space.6.value}",
|
|
109
|
-
"type": "space",
|
|
110
|
-
"attributes": {
|
|
111
|
-
"subtype": "space",
|
|
112
|
-
"description": "Controls the left padding (horizontal spacing) of search input text. This creates breathing room on the left side of the search input field. Acceptable units: px.<br>CSS variable: --wm-search-text-padding-left"
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
"right": {
|
|
116
|
-
"value": "{space.3.value}",
|
|
117
|
-
"type": "space",
|
|
118
|
-
"attributes": {
|
|
119
|
-
"subtype": "space",
|
|
120
|
-
"description": "Controls the right padding (horizontal spacing) of search input text. This creates breathing room on the right side of the search input field. Acceptable units: px.<br>CSS variable: --wm-search-text-padding-right"
|
|
121
|
-
}
|
|
91
|
+
"value": "{space.2.value} {space.3.value} {space.2.value} {space.6.value}",
|
|
92
|
+
"type": "space",
|
|
93
|
+
"attributes": {
|
|
94
|
+
"subtype": "space",
|
|
95
|
+
"description": "Controls the padding (top, right, bottom, left) of search input text. This creates breathing room inside the search input field. Acceptable units: px.<br>CSS variable: --wm-search-text-padding"
|
|
122
96
|
}
|
|
123
97
|
}
|
|
124
98
|
},
|
|
@@ -218,37 +192,11 @@
|
|
|
218
192
|
}
|
|
219
193
|
},
|
|
220
194
|
"padding": {
|
|
221
|
-
"
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
"
|
|
225
|
-
|
|
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
|
-
}
|
|
195
|
+
"value": "{space.0.value} {space.6.value}",
|
|
196
|
+
"type": "space",
|
|
197
|
+
"attributes": {
|
|
198
|
+
"subtype": "space",
|
|
199
|
+
"description": "Controls the padding (top/bottom, left/right) of search button. Acceptable units: px.<br>CSS variable: --wm-search-btn-padding"
|
|
252
200
|
}
|
|
253
201
|
},
|
|
254
202
|
"width": {
|
|
@@ -282,37 +230,11 @@
|
|
|
282
230
|
}
|
|
283
231
|
},
|
|
284
232
|
"padding": {
|
|
285
|
-
"
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
"
|
|
289
|
-
|
|
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"
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
"bottom": {
|
|
294
|
-
"value": "{space.2.value}",
|
|
295
|
-
"type": "space",
|
|
296
|
-
"attributes": {
|
|
297
|
-
"subtype": "space",
|
|
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"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
"left": {
|
|
302
|
-
"value": "{space.2.value}",
|
|
303
|
-
"type": "space",
|
|
304
|
-
"attributes": {
|
|
305
|
-
"subtype": "space",
|
|
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"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
"right": {
|
|
310
|
-
"value": "{space.2.value}",
|
|
311
|
-
"type": "space",
|
|
312
|
-
"attributes": {
|
|
313
|
-
"subtype": "space",
|
|
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"
|
|
315
|
-
}
|
|
233
|
+
"value": "{space.2.value}",
|
|
234
|
+
"type": "space",
|
|
235
|
+
"attributes": {
|
|
236
|
+
"subtype": "space",
|
|
237
|
+
"description": "Controls the padding (all sides) 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"
|
|
316
238
|
}
|
|
317
239
|
},
|
|
318
240
|
"text": {
|
|
@@ -362,37 +284,11 @@
|
|
|
362
284
|
}
|
|
363
285
|
},
|
|
364
286
|
"padding": {
|
|
365
|
-
"
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
"
|
|
369
|
-
|
|
370
|
-
"description": "Controls the top padding (vertical spacing) of search result items. This creates breathing room at the top of search result items. Acceptable units: px.<br>CSS variable: --wm-search-item-padding-top"
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
"bottom": {
|
|
374
|
-
"value": "{space.2.value}",
|
|
375
|
-
"type": "space",
|
|
376
|
-
"attributes": {
|
|
377
|
-
"subtype": "space",
|
|
378
|
-
"description": "Controls the bottom padding (vertical spacing) of search result items. This creates breathing room at the bottom of search result items. Acceptable units: px.<br>CSS variable: --wm-search-item-padding-bottom"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"left": {
|
|
382
|
-
"value": "{space.4.value}",
|
|
383
|
-
"type": "space",
|
|
384
|
-
"attributes": {
|
|
385
|
-
"subtype": "space",
|
|
386
|
-
"description": "Controls the left padding (horizontal spacing) of search result items. This creates breathing room on the left side of search result items. Acceptable units: px.<br>CSS variable: --wm-search-item-padding-left"
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
"right": {
|
|
390
|
-
"value": "{space.4.value}",
|
|
391
|
-
"type": "space",
|
|
392
|
-
"attributes": {
|
|
393
|
-
"subtype": "space",
|
|
394
|
-
"description": "Controls the right padding (horizontal spacing) of search result items. This creates breathing room on the right side of search result items. Acceptable units: px.<br>CSS variable: --wm-search-item-padding-right"
|
|
395
|
-
}
|
|
287
|
+
"value": "{space.2.value} {space.4.value}",
|
|
288
|
+
"type": "space",
|
|
289
|
+
"attributes": {
|
|
290
|
+
"subtype": "space",
|
|
291
|
+
"description": "Controls the padding (top/bottom, left/right) of search result items. This creates breathing room inside search result items. Acceptable units: px.<br>CSS variable: --wm-search-item-padding"
|
|
396
292
|
}
|
|
397
293
|
},
|
|
398
294
|
"separator": {
|
|
@@ -470,37 +366,11 @@
|
|
|
470
366
|
}
|
|
471
367
|
},
|
|
472
368
|
"padding":{
|
|
473
|
-
"
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
"
|
|
477
|
-
|
|
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
|
-
}
|
|
369
|
+
"value":"{space.0.value}",
|
|
370
|
+
"type":"space",
|
|
371
|
+
"attributes":{
|
|
372
|
+
"subtype":"space",
|
|
373
|
+
"description":"Controls the padding (all sides) of search clear button. This creates breathing room inside the clear button. Acceptable units: px.<br>CSS variable: --wm-search-clear-btn-padding"
|
|
504
374
|
}
|
|
505
375
|
},
|
|
506
376
|
"border":{
|