@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
|
@@ -8,30 +8,30 @@
|
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
10
|
"mapping": {
|
|
11
|
-
"
|
|
11
|
+
"wrapper": {
|
|
12
12
|
"shadow": {
|
|
13
13
|
"value": "{elevation.shadow.1.value}",
|
|
14
14
|
"type": "radius",
|
|
15
15
|
"attributes": {
|
|
16
16
|
"subtype": "elevation",
|
|
17
|
-
"description": "
|
|
17
|
+
"description": "Applies a shadow effect around the calendar container to create depth and visual hierarchy. Higher elevation values create more pronounced shadows.<br>CSS variable: --wm-calendar-wrapper-shadow"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"border": {
|
|
21
|
-
"
|
|
21
|
+
"color": {
|
|
22
22
|
"value": "{color.border.translucent.value}",
|
|
23
|
-
"type": "
|
|
23
|
+
"type": "color",
|
|
24
24
|
"attributes": {
|
|
25
25
|
"subtype": "color",
|
|
26
|
-
"description": "Sets the
|
|
26
|
+
"description": "Sets the color of the border surrounding the calendar container. This affects the outer edge of the entire calendar component.<br>CSS variable: --wm-calendar-wrapper-border-color"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"style": {
|
|
30
30
|
"value": "{border.style.base.value}",
|
|
31
|
-
"type": "
|
|
31
|
+
"type": "border-style",
|
|
32
32
|
"attributes": {
|
|
33
33
|
"subtype": "border-style",
|
|
34
|
-
"description": "
|
|
34
|
+
"description": "Defines the style of the calendar's border. Available options: solid, dashed, dotted, double, groove, ridge, inset, outset, or none.<br>CSS variable: --wm-calendar-wrapper-border-style"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"width": {
|
|
@@ -39,122 +39,24 @@
|
|
|
39
39
|
"type": "space",
|
|
40
40
|
"attributes": {
|
|
41
41
|
"subtype": "border-width",
|
|
42
|
-
"description": "Controls the
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"radius": {
|
|
47
|
-
"value": "{radius.md.value}",
|
|
48
|
-
"type": "radius",
|
|
49
|
-
"attributes": {
|
|
50
|
-
"subtype": "radius",
|
|
51
|
-
"description": "Controls the border radius for rounded corners of the calendar view. This makes the calendar appear with rounded corners instead of sharp edges.<br>CSS variable: --wm-calendar-view-radius"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"fc": {
|
|
56
|
-
"button": {
|
|
57
|
-
"bg-color": {
|
|
58
|
-
"value": "#2c3e50",
|
|
59
|
-
"type": "color",
|
|
60
|
-
"attributes": {
|
|
61
|
-
"subtype": "color",
|
|
62
|
-
"description": "Sets the background color of buttons in the calendar component. This determines what color appears behind the button content.<br>CSS variable: --wm-calendar-fc-button-bg-color"
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
"border-color": {
|
|
66
|
-
"value": "#2C3E50",
|
|
67
|
-
"type": "color",
|
|
68
|
-
"attributes": {
|
|
69
|
-
"subtype": "color",
|
|
70
|
-
"description": "Sets the border color of buttons in the calendar component. This determines what color the border around buttons appears in.<br>CSS variable: --wm-calendar-fc-button-border-color"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"header": {
|
|
75
|
-
"vertical-padding": {
|
|
76
|
-
"value": "{space.2.value}",
|
|
77
|
-
"type": "space",
|
|
78
|
-
"attributes": {
|
|
79
|
-
"subtype": "space",
|
|
80
|
-
"description": "Sets the vertical padding (top and bottom) of the calendar header. This creates spacing above and below the header content.<br>CSS variable: --wm-calendar-fc-header-vertical-padding"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"horizontal-padding": {
|
|
84
|
-
"value": "{space.5.value}",
|
|
85
|
-
"type": "space",
|
|
86
|
-
"attributes": {
|
|
87
|
-
"subtype": "space",
|
|
88
|
-
"description": "Sets the horizontal padding (left and right) of the calendar header. This creates spacing on the sides of the header content.<br>CSS variable: --wm-calendar-fc-header-horizontal-padding"
|
|
42
|
+
"description": "Controls the thickness of the calendar's border. Larger values create a more prominent border around the calendar's edges.<br>CSS variable: --wm-calendar-wrapper-border-width"
|
|
89
43
|
}
|
|
90
44
|
},
|
|
91
|
-
"
|
|
92
|
-
"value": "{
|
|
93
|
-
"type": "
|
|
94
|
-
"attributes": {
|
|
95
|
-
"subtype": "font-weight",
|
|
96
|
-
"description": "Controls the thickness/boldness of the text in the calendar header. Acceptable values: normal, bold, 100-900.<br>CSS variable: --wm-calendar-fc-header-text-font-weight"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"events-gap": {
|
|
101
|
-
"value": "{space.1.value}",
|
|
102
|
-
"type": "space",
|
|
103
|
-
"attributes": {
|
|
104
|
-
"subtype": "space",
|
|
105
|
-
"description": "Sets spacing between events in the calendar. This creates visual separation between different calendar events.<br>CSS variable: --wm-calendar-fc-events-gap"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
"event": {
|
|
109
|
-
"background": {
|
|
110
|
-
"value": "{color.primary.fixed.@.value}",
|
|
111
|
-
"type": "color",
|
|
112
|
-
"attributes": {
|
|
113
|
-
"subtype": "color",
|
|
114
|
-
"description": "Sets the background color of calendar events. This determines what color appears behind event content.<br>CSS variable: --wm-calendar-fc-event-background"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
"color": {
|
|
118
|
-
"value": "{color.surface.tint.@.value}",
|
|
119
|
-
"type": "color",
|
|
45
|
+
"radius": {
|
|
46
|
+
"value": "{radius.md.value}",
|
|
47
|
+
"type": "radius",
|
|
120
48
|
"attributes": {
|
|
121
|
-
"subtype": "
|
|
122
|
-
"description": "
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"today": {
|
|
126
|
-
"background": {
|
|
127
|
-
"value": "{color.success.container.@.value}",
|
|
128
|
-
"type": "color",
|
|
129
|
-
"attributes": {
|
|
130
|
-
"subtype": "color",
|
|
131
|
-
"description": "Sets the background color for today's date in the calendar. This determines what color appears behind today's date.<br>CSS variable: --wm-calendar-fc-event-today-background"
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
"color": {
|
|
135
|
-
"value": "{color.success.@.value}",
|
|
136
|
-
"type": "color",
|
|
137
|
-
"attributes": {
|
|
138
|
-
"subtype": "color",
|
|
139
|
-
"description": "Sets the text color for today's date in the calendar. This determines what color today's date text appears in.<br>CSS variable: --wm-calendar-fc-event-today-color"
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
"dot": {
|
|
143
|
-
"value": "{color.success.@.value}",
|
|
144
|
-
"type": "color",
|
|
145
|
-
"attributes": {
|
|
146
|
-
"subtype": "color",
|
|
147
|
-
"description": "Sets the color of the dot indicator for today's date in the calendar. This determines what color the dot appears in.<br>CSS variable: --wm-calendar-fc-event-today-dot"
|
|
148
|
-
}
|
|
49
|
+
"subtype": "radius",
|
|
50
|
+
"description": "Adjusts the roundness of the calendar's corners. Higher values create softer, more rounded corners.<br>CSS variable: --wm-calendar-wrapper-border-radius"
|
|
149
51
|
}
|
|
150
52
|
}
|
|
151
53
|
},
|
|
152
|
-
"
|
|
153
|
-
"value": "
|
|
54
|
+
"background": {
|
|
55
|
+
"value": "{color.on-primary.@.value}",
|
|
154
56
|
"type": "color",
|
|
155
57
|
"attributes": {
|
|
156
58
|
"subtype": "color",
|
|
157
|
-
"description": "Sets the color
|
|
59
|
+
"description": "Sets the background color for the calendar wrapper, providing the base color for the entire calendar component.<br>CSS variable: --wm-calendar-wrapper-background"
|
|
158
60
|
}
|
|
159
61
|
}
|
|
160
62
|
},
|
|
@@ -163,7 +65,7 @@
|
|
|
163
65
|
"type": "space",
|
|
164
66
|
"attributes": {
|
|
165
67
|
"subtype": "space",
|
|
166
|
-
"description": "
|
|
68
|
+
"description": "Sets the width of the calendar component. A value of 100% makes the calendar responsive to its container's width.<br>CSS variable: --wm-calendar-width"
|
|
167
69
|
}
|
|
168
70
|
},
|
|
169
71
|
"min-height": {
|
|
@@ -171,7 +73,7 @@
|
|
|
171
73
|
"type": "space",
|
|
172
74
|
"attributes": {
|
|
173
75
|
"subtype": "space",
|
|
174
|
-
"description": "
|
|
76
|
+
"description": "Sets the minimum height of the calendar, ensuring consistent spacing even with minimal content.<br>CSS variable: --wm-calendar-min-height"
|
|
175
77
|
}
|
|
176
78
|
},
|
|
177
79
|
"header": {
|
|
@@ -180,16 +82,16 @@
|
|
|
180
82
|
"type": "color",
|
|
181
83
|
"attributes": {
|
|
182
84
|
"subtype": "color",
|
|
183
|
-
"description": "
|
|
85
|
+
"description": "Defines the background color for the calendar header, which contains navigation controls and title.<br>CSS variable: --wm-calendar-header-background-color"
|
|
184
86
|
}
|
|
185
87
|
},
|
|
186
88
|
"border": {
|
|
187
|
-
"
|
|
188
|
-
"value": "{border.width.base.value}",
|
|
189
|
-
"type": "
|
|
89
|
+
"width": {
|
|
90
|
+
"value": "{border.width.0.value} {border.width.0.value} {border.width.base.value}",
|
|
91
|
+
"type": "border",
|
|
190
92
|
"attributes": {
|
|
191
93
|
"subtype": "border-width",
|
|
192
|
-
"description": "
|
|
94
|
+
"description": "Sets the thickness of the border for the calendar header, creating visual separation from the calendar body.<br>CSS variable: --wm-calendar-header-border-width"
|
|
193
95
|
}
|
|
194
96
|
},
|
|
195
97
|
"style": {
|
|
@@ -197,19 +99,51 @@
|
|
|
197
99
|
"type": "radius",
|
|
198
100
|
"attributes": {
|
|
199
101
|
"subtype": "border-style",
|
|
200
|
-
"description": "
|
|
102
|
+
"description": "Specifies the style of the header's border. Options: solid, dashed, dotted, double, groove, ridge, inset, outset, or none.<br>CSS variable: --wm-calendar-header-border-style"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"color": {
|
|
106
|
+
"value": "{color.white.@.value}",
|
|
107
|
+
"type": "color",
|
|
108
|
+
"attributes": {
|
|
109
|
+
"subtype": "color",
|
|
110
|
+
"description": "Defines the border color for calendar events, affecting the visibility of event content.<br>CSS variable: --wm-calendar-header-border-color"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"radius": {
|
|
114
|
+
"value": "{radius.none.value}",
|
|
115
|
+
"type": "radius",
|
|
116
|
+
"attributes": {
|
|
117
|
+
"subtype": "radius",
|
|
118
|
+
"description": "Adjusts the corner rounding for the calendar header, creating a softer or more angular appearance.<br>CSS variable: --wm-calendar-header-border-radius"
|
|
201
119
|
}
|
|
202
120
|
}
|
|
121
|
+
},
|
|
122
|
+
"padding": {
|
|
123
|
+
"value": "{space.2.value} {space.0.value}",
|
|
124
|
+
"type": "space",
|
|
125
|
+
"attributes": {
|
|
126
|
+
"subtype": "space",
|
|
127
|
+
"description": "Sets the padding of the calendar header (top/bottom: space.2, left/right: space.0). Creates space above and below the header content.<br>CSS variable: --wm-calendar-header-padding"
|
|
128
|
+
}
|
|
203
129
|
}
|
|
204
130
|
},
|
|
205
131
|
"weekday": {
|
|
132
|
+
"background-color": {
|
|
133
|
+
"value": "{color.white.@.value}",
|
|
134
|
+
"type": "color",
|
|
135
|
+
"attributes": {
|
|
136
|
+
"subtype": "color",
|
|
137
|
+
"description": "Defines the background color for the calendar header, which contains navigation controls and title.<br>CSS variable: --wm-calendar-weekday-background-color"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
206
140
|
"border": {
|
|
207
|
-
"
|
|
208
|
-
"value": "{border.width.base.value}",
|
|
209
|
-
"type": "
|
|
141
|
+
"width": {
|
|
142
|
+
"value": "{border.width.0.value} {border.width.0.value} {border.width.base.value}",
|
|
143
|
+
"type": "border",
|
|
210
144
|
"attributes": {
|
|
211
145
|
"subtype": "border-width",
|
|
212
|
-
"description": "
|
|
146
|
+
"description": "Sets the thickness of the border below weekday labels, creating visual separation from the calendar days.<br>CSS variable: --wm-calendar-weekday-border-width"
|
|
213
147
|
}
|
|
214
148
|
},
|
|
215
149
|
"style": {
|
|
@@ -217,7 +151,15 @@
|
|
|
217
151
|
"type": "radius",
|
|
218
152
|
"attributes": {
|
|
219
153
|
"subtype": "border-style",
|
|
220
|
-
"description": "
|
|
154
|
+
"description": "Defines the style of the border below weekday labels. Options: solid, dashed, dotted, double, groove, ridge, inset, outset, or none.<br>CSS variable: --wm-calendar-weekday-border-style"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"color": {
|
|
158
|
+
"value": "{color.white.@.value}",
|
|
159
|
+
"type": "color",
|
|
160
|
+
"attributes": {
|
|
161
|
+
"subtype": "color",
|
|
162
|
+
"description": "Sets the color of the border below weekday labels, creating visual separation from the calendar days.<br>CSS variable: --wm-calendar-weekday-border-color"
|
|
221
163
|
}
|
|
222
164
|
}
|
|
223
165
|
},
|
|
@@ -226,7 +168,7 @@
|
|
|
226
168
|
"type": "radius",
|
|
227
169
|
"attributes": {
|
|
228
170
|
"subtype": "space",
|
|
229
|
-
"description": "
|
|
171
|
+
"description": "Controls the spacing around weekday labels, affecting the breathing room between text and container edges.<br>CSS variable: --wm-calendar-weekday-padding"
|
|
230
172
|
}
|
|
231
173
|
},
|
|
232
174
|
"text": {
|
|
@@ -235,7 +177,7 @@
|
|
|
235
177
|
"type": "font",
|
|
236
178
|
"attributes": {
|
|
237
179
|
"subtype": "font-family",
|
|
238
|
-
"description": "
|
|
180
|
+
"description": "Specifies the font family for weekday text, allowing customization of the typography used for day names.<br>CSS variable: --wm-calendar-weekday-text-font-family"
|
|
239
181
|
}
|
|
240
182
|
},
|
|
241
183
|
"font-size": {
|
|
@@ -245,15 +187,85 @@
|
|
|
245
187
|
"subtype": "font-size",
|
|
246
188
|
"description": "Controls the size of the weekday text in the calendar. This affects how large the weekday labels appear.<br>CSS variable: --wm-calendar-weekday-text-font-size"
|
|
247
189
|
}
|
|
190
|
+
},
|
|
191
|
+
"font-weight": {
|
|
192
|
+
"value": "{font.weight.700.value}",
|
|
193
|
+
"type": "font",
|
|
194
|
+
"attributes": {
|
|
195
|
+
"subtype": "font-weight",
|
|
196
|
+
"description": "Sets the font weight for day numbers in the calendar, controlling the text thickness. Range: 100-900 or normal/bold.<br>CSS variable: --wm-calendar-weekday-text-font-weight"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"color": {
|
|
200
|
+
"value": "#aaaaaa",
|
|
201
|
+
"type": "color",
|
|
202
|
+
"attributes": {
|
|
203
|
+
"subtype": "color",
|
|
204
|
+
"description": "Defines the color for interactive elements like navigation links within the calendar component.<br>CSS variable: --wm-calendar-weekday-text-color"
|
|
205
|
+
}
|
|
248
206
|
}
|
|
249
207
|
}
|
|
250
208
|
},
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"
|
|
256
|
-
|
|
209
|
+
"daywrapper": {
|
|
210
|
+
"background": {
|
|
211
|
+
"value": "transparent",
|
|
212
|
+
"type": "color",
|
|
213
|
+
"attributes": {
|
|
214
|
+
"subtype": "color",
|
|
215
|
+
"description": "Controls the background color surrounding individual day cells in the calendar grid.<br>CSS variable: --wm-calendar-daywrapper-background"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"border": {
|
|
219
|
+
"color": {
|
|
220
|
+
"value": "transparent",
|
|
221
|
+
"type": "color",
|
|
222
|
+
"attributes": {
|
|
223
|
+
"subtype": "color",
|
|
224
|
+
"description": "Controls the border color surrounding individual day cells in the calendar grid.<br>CSS variable: --wm-calendar-daywrapper-border-color"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"day": {
|
|
230
|
+
"color": {
|
|
231
|
+
"value": "#aaaaaa",
|
|
232
|
+
"type": "color",
|
|
233
|
+
"attributes": {
|
|
234
|
+
"subtype": "color",
|
|
235
|
+
"description": "Defines the color for interactive elements like navigation links within the calendar component.<br>CSS variable: --wm-calendar-day-color"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"font-family": {
|
|
239
|
+
"value": "{font.family.plain.value}",
|
|
240
|
+
"type": "font",
|
|
241
|
+
"attributes": {
|
|
242
|
+
"subtype": "font-family",
|
|
243
|
+
"description": "Specifies the font family for day text, allowing customization of the typography used for day names.<br>CSS variable: --wm-calendar-day-font-family"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"font-size": {
|
|
247
|
+
"value": "{space.4.value}",
|
|
248
|
+
"type": "space",
|
|
249
|
+
"attributes": {
|
|
250
|
+
"subtype": "font-size",
|
|
251
|
+
"description": "Controls the size of the day text in the calendar. This affects how large the day labels appear.<br>CSS variable: --wm-calendar-day-font-size"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"font-weight": {
|
|
255
|
+
"value": "{font.weight.700.value}",
|
|
256
|
+
"type": "font",
|
|
257
|
+
"attributes": {
|
|
258
|
+
"subtype": "font-weight",
|
|
259
|
+
"description": "Sets the font weight for header text, controlling how bold or light the text appears. Range: 100-900 or normal/bold.<br>CSS variable: --wm-calendar-day-font-weight"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"background": {
|
|
263
|
+
"value": "transparent",
|
|
264
|
+
"type": "color",
|
|
265
|
+
"attributes": {
|
|
266
|
+
"subtype": "color",
|
|
267
|
+
"description": "Controls the border color surrounding individual day cells in the calendar grid.<br>CSS variable: --wm-calendar-day-background"
|
|
268
|
+
}
|
|
257
269
|
}
|
|
258
270
|
},
|
|
259
271
|
"not-day-of-month": {
|
|
@@ -262,7 +274,7 @@
|
|
|
262
274
|
"type": "color",
|
|
263
275
|
"attributes": {
|
|
264
276
|
"subtype": "color",
|
|
265
|
-
"description": "
|
|
277
|
+
"description": "Defines the text color for days that fall outside the current month's date range, typically shown in a muted tone.<br>CSS variable: --wm-calendar-not-day-of-month-color"
|
|
266
278
|
}
|
|
267
279
|
},
|
|
268
280
|
"font-weight": {
|
|
@@ -270,7 +282,89 @@
|
|
|
270
282
|
"type": "font",
|
|
271
283
|
"attributes": {
|
|
272
284
|
"subtype": "font-weight",
|
|
273
|
-
"description": "
|
|
285
|
+
"description": "Adjusts the font weight for days outside the current month, typically set lighter than current month days. Range: 100-900 or normal/bold.<br>CSS variable: --wm-calendar-not-day-of-month-font-weight"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"month-text": {
|
|
290
|
+
"color": {
|
|
291
|
+
"value": "{color.on-surface.@.value}",
|
|
292
|
+
"type": "color",
|
|
293
|
+
"attributes": {
|
|
294
|
+
"subtype": "color",
|
|
295
|
+
"description": "Defines the color for interactive elements like navigation links within the calendar component.<br>CSS variable: --wm-calendar-month-text-color"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"font-family": {
|
|
299
|
+
"value": "{font.family.plain.value}",
|
|
300
|
+
"type": "font",
|
|
301
|
+
"attributes": {
|
|
302
|
+
"subtype": "font-family",
|
|
303
|
+
"description": "Specifies the font family for month text, allowing customization of the typography used for day names.<br>CSS variable: --wm-calendar-month-text-font-family"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"font-weight": {
|
|
307
|
+
"value": "{font.weight.500.value}",
|
|
308
|
+
"type": "font",
|
|
309
|
+
"attributes": {
|
|
310
|
+
"subtype": "font-weight",
|
|
311
|
+
"description": "Sets the font weight for month text, controlling how bold or light the text appears. Range: 100-900 or normal/bold.<br>CSS variable: --wm-calendar-month-text-font-weight"
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"year-text": {
|
|
316
|
+
"color": {
|
|
317
|
+
"value": "{color.on-surface.@.value}",
|
|
318
|
+
"type": "color",
|
|
319
|
+
"attributes": {
|
|
320
|
+
"subtype": "color",
|
|
321
|
+
"description": "Defines the color for year-text within the calendar component.<br>CSS variable: --wm-calendar-year-text-color"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"font-family": {
|
|
325
|
+
"value": "{font.family.plain.value}",
|
|
326
|
+
"type": "font",
|
|
327
|
+
"attributes": {
|
|
328
|
+
"subtype": "font-family",
|
|
329
|
+
"description": "Specifies the font family for weekday text, allowing customization of the typography used for day names.<br>CSS variable: --wm-calendar-year-text-font-family"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"font-weight": {
|
|
333
|
+
"value": "{font.weight.500.value}",
|
|
334
|
+
"type": "font",
|
|
335
|
+
"attributes": {
|
|
336
|
+
"subtype": "font-weight",
|
|
337
|
+
"description": "Sets the font weight for year-text, controlling how bold or light the text appears. Range: 100-900 or normal/bold.<br>CSS variable: --wm-calendar-year-text-font-weight"
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"today": {
|
|
342
|
+
"background-color": {
|
|
343
|
+
"value": "{color.white.@.value}",
|
|
344
|
+
"type": "color",
|
|
345
|
+
"attributes": {
|
|
346
|
+
"subtype": "color",
|
|
347
|
+
"description": "Defines the background color for the today.<br>CSS variable: --wm-calendar-today-background-color"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"border": {
|
|
351
|
+
"color": {
|
|
352
|
+
"value": "{color.primary.@.value}",
|
|
353
|
+
"type": "color",
|
|
354
|
+
"attributes": {
|
|
355
|
+
"subtype": "color",
|
|
356
|
+
"description": "Defines the color for today within the calendar component.<br>CSS variable: --wm-calendar-today-border-color"
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"text": {
|
|
361
|
+
"background-color": {
|
|
362
|
+
"value": "transparent",
|
|
363
|
+
"type": "color",
|
|
364
|
+
"attributes": {
|
|
365
|
+
"subtype": "color",
|
|
366
|
+
"description": "Defines the background color for the calendar today.<br>CSS variable: --wm-calendar-today-text-background-color"
|
|
367
|
+
}
|
|
274
368
|
}
|
|
275
369
|
}
|
|
276
370
|
},
|
|
@@ -280,7 +374,7 @@
|
|
|
280
374
|
"type": "color",
|
|
281
375
|
"attributes": {
|
|
282
376
|
"subtype": "color",
|
|
283
|
-
"description": "
|
|
377
|
+
"description": "Defines the primary color for event indicators on calendar days, used to visually mark days with scheduled events.<br>CSS variable: --wm-calendar-event-day1-color1"
|
|
284
378
|
}
|
|
285
379
|
},
|
|
286
380
|
"color2": {
|
|
@@ -300,29 +394,39 @@
|
|
|
300
394
|
}
|
|
301
395
|
}
|
|
302
396
|
},
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
"subtype": "color",
|
|
308
|
-
"description": "Sets the color of the previous month button in the calendar. This determines what color the navigation button appears in.<br>CSS variable: --wm-calendar-prev-month-btn-color"
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
"header-skeleton": {
|
|
312
|
-
"width": {
|
|
313
|
-
"value": "100%",
|
|
314
|
-
"type": "space",
|
|
397
|
+
"selected-day": {
|
|
398
|
+
"background": {
|
|
399
|
+
"value": "{color.primary.fixed.@.value}",
|
|
400
|
+
"type": "color",
|
|
315
401
|
"attributes": {
|
|
316
|
-
"subtype": "
|
|
317
|
-
"description": "
|
|
402
|
+
"subtype": "color",
|
|
403
|
+
"description": "Sets the background color of calendar events. This determines what color appears behind event content.<br>CSS variable: --wm-calendar-selected-day-background"
|
|
318
404
|
}
|
|
319
405
|
},
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
"
|
|
325
|
-
|
|
406
|
+
"text": {
|
|
407
|
+
"background": {
|
|
408
|
+
"value": "{color.primary.fixed.@.value}",
|
|
409
|
+
"type": "color",
|
|
410
|
+
"attributes": {
|
|
411
|
+
"subtype": "color",
|
|
412
|
+
"description": "Sets the background color for the selected day's text container, creating a highlight effect for better visibility.<br>CSS variable: --wm-calendar-selected-day-text-background"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
"color": {
|
|
416
|
+
"value": "{color.white.@.value}",
|
|
417
|
+
"type": "color",
|
|
418
|
+
"attributes": {
|
|
419
|
+
"subtype": "color",
|
|
420
|
+
"description": "Defines the background color for the calendar header, which contains navigation controls and title.<br>CSS variable: --wm-calendar-selected-day-text-color"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"font-weight": {
|
|
424
|
+
"value": "{font.weight.500.value}",
|
|
425
|
+
"type": "font",
|
|
426
|
+
"attributes": {
|
|
427
|
+
"subtype": "font-weight",
|
|
428
|
+
"description": "Sets the font weight for selected-day text, controlling how bold or light the text appears. Range: 100-900 or normal/bold.<br>CSS variable: --wm-calendar-selected-day-text-font-weight"
|
|
429
|
+
}
|
|
326
430
|
}
|
|
327
431
|
}
|
|
328
432
|
}
|
|
@@ -60,37 +60,11 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"padding": {
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
"description": "Sets internal top spacing between camera icon and border.<br>CSS variable: --wm-camera-padding-top"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"bottom": {
|
|
72
|
-
"value": "{space.3.value}",
|
|
73
|
-
"type": "space",
|
|
74
|
-
"attributes": {
|
|
75
|
-
"subtype": "space",
|
|
76
|
-
"description": "Sets internal bottom spacing between camera icon and border.<br>CSS variable: --wm-camera-padding-bottom"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
"left": {
|
|
80
|
-
"value": "{space.3.value}",
|
|
81
|
-
"type": "space",
|
|
82
|
-
"attributes": {
|
|
83
|
-
"subtype": "space",
|
|
84
|
-
"description": "Sets internal left spacing between camera icon and border.<br>CSS variable: --wm-camera-padding-left"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
"right": {
|
|
88
|
-
"value": "{space.3.value}",
|
|
89
|
-
"type": "space",
|
|
90
|
-
"attributes": {
|
|
91
|
-
"subtype": "space",
|
|
92
|
-
"description": "Sets internal right spacing between camera icon and border.<br>CSS variable: --wm-camera-padding-right"
|
|
93
|
-
}
|
|
63
|
+
"value": "{space.3.value}",
|
|
64
|
+
"type": "space",
|
|
65
|
+
"attributes": {
|
|
66
|
+
"subtype": "space",
|
|
67
|
+
"description": "Sets internal spacing between camera icon and border (top, right, bottom, left).<br>CSS variable: --wm-camera-padding"
|
|
94
68
|
}
|
|
95
69
|
},
|
|
96
70
|
"appearances": {}
|
|
@@ -11,39 +11,13 @@
|
|
|
11
11
|
"mapping": {
|
|
12
12
|
"header": {
|
|
13
13
|
"padding": {
|
|
14
|
-
"left": {
|
|
15
14
|
"value": "{space.2.value}",
|
|
16
15
|
"type": "space",
|
|
17
16
|
"attributes": {
|
|
18
17
|
"subtype": "space",
|
|
19
|
-
"description": "Controls the
|
|
18
|
+
"description": "Controls the padding (all sides) inside the card header. This creates breathing room around the header content. Acceptable units: px.<br>CSS variable: --wm-card-header-padding"
|
|
20
19
|
}
|
|
21
20
|
},
|
|
22
|
-
"right": {
|
|
23
|
-
"value": "{space.2.value}",
|
|
24
|
-
"type": "space",
|
|
25
|
-
"attributes": {
|
|
26
|
-
"subtype": "space",
|
|
27
|
-
"description": "Controls the right padding (horizontal spacing) inside card. This creates breathing room in the right side card. Acceptable units: px.<br>CSS variable: --wm-card-padding-right"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"top": {
|
|
31
|
-
"value": "{space.2.value}",
|
|
32
|
-
"type": "space",
|
|
33
|
-
"attributes": {
|
|
34
|
-
"subtype": "space",
|
|
35
|
-
"description": "Controls the top padding (vertical spacing) inside card. This creates breathing room in the card. Acceptable units: px.<br>CSS variable: --wm-card-padding-top"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
"bottom": {
|
|
39
|
-
"value": "{space.2.value}",
|
|
40
|
-
"type": "space",
|
|
41
|
-
"attributes": {
|
|
42
|
-
"subtype": "space",
|
|
43
|
-
"description": "Controls the bottom padding (vertical spacing) inside card.This creates breathing room in the card. Acceptable units: px.<br>CSS variable: --wm-card-padding-bottom"
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
21
|
"width": {
|
|
48
22
|
"value": "100%",
|
|
49
23
|
"type": "space",
|