@wavemaker/foundation-css 11.14.3-rc.6401 → 11.15.0-2.247

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/cjs/foundation-css.cjs +92 -33
  2. package/cjs/src_tokens_mobile_components_accordion_accordion_json.foundation-css.cjs +1 -1
  3. package/cjs/src_tokens_mobile_components_anchor_anchor_json.foundation-css.cjs +1 -1
  4. package/cjs/src_tokens_mobile_components_bottomsheet_bottomsheet_json.foundation-css.cjs +1 -1
  5. package/cjs/src_tokens_mobile_components_button-group_button-group_json.foundation-css.cjs +1 -1
  6. package/cjs/src_tokens_mobile_components_button_button_json.foundation-css.cjs +1 -1
  7. package/cjs/src_tokens_mobile_components_calendar_calendar_json.foundation-css.cjs +1 -1
  8. package/cjs/src_tokens_mobile_components_camera_camera_json.foundation-css.cjs +1 -1
  9. package/cjs/src_tokens_mobile_components_cards_cards_json.foundation-css.cjs +1 -1
  10. package/cjs/src_tokens_mobile_components_carousel_carousel_json.foundation-css.cjs +1 -1
  11. package/cjs/src_tokens_mobile_components_container_container_json.foundation-css.cjs +1 -1
  12. package/cjs/src_tokens_mobile_components_fileupload_fileupload_json.foundation-css.cjs +1 -1
  13. package/cjs/src_tokens_mobile_components_form-controls_form-controls_json.foundation-css.cjs +1 -1
  14. package/cjs/src_tokens_mobile_components_label_label_json.foundation-css.cjs +1 -1
  15. package/cjs/src_tokens_mobile_components_list_list_json.foundation-css.cjs +1 -1
  16. package/cjs/src_tokens_mobile_components_lottie_lottie_json.foundation-css.cjs +1 -1
  17. package/cjs/src_tokens_mobile_components_modal-dialog_modal-dialog_json.foundation-css.cjs +1 -1
  18. package/cjs/src_tokens_mobile_components_nav_nav_json.foundation-css.cjs +1 -1
  19. package/cjs/src_tokens_mobile_components_navbar_navbar_json.foundation-css.cjs +1 -1
  20. package/cjs/src_tokens_mobile_components_navitem_navitem_json.foundation-css.cjs +14 -0
  21. package/cjs/src_tokens_mobile_components_panel-footer_panel-footer_json.foundation-css.cjs +14 -0
  22. package/cjs/src_tokens_mobile_components_panel_panel_json.foundation-css.cjs +1 -1
  23. package/cjs/src_tokens_mobile_components_picture_picture_json.foundation-css.cjs +1 -1
  24. package/cjs/src_tokens_mobile_components_popover_popover_json.foundation-css.cjs +1 -1
  25. package/cjs/src_tokens_mobile_components_search_search_json.foundation-css.cjs +1 -1
  26. package/cjs/src_tokens_mobile_components_switch_switch_json.foundation-css.cjs +1 -1
  27. package/cjs/src_tokens_mobile_components_tabbar_tabbar_json.foundation-css.cjs +1 -1
  28. package/cjs/src_tokens_mobile_components_tabs_tabs_json.foundation-css.cjs +1 -1
  29. package/cjs/src_tokens_mobile_components_tile_tile_json.foundation-css.cjs +1 -1
  30. package/cjs/src_tokens_mobile_components_toggle_toggle_json.foundation-css.cjs +1 -1
  31. package/cjs/src_tokens_mobile_components_webview_webview_json.foundation-css.cjs +1 -1
  32. package/cjs/src_tokens_web_components_button_button_json.foundation-css.cjs +1 -1
  33. package/cjs/src_tokens_web_components_calendar_calendar_json.foundation-css.cjs +1 -1
  34. package/cjs/src_tokens_web_components_cards_cards_json.foundation-css.cjs +1 -1
  35. package/cjs/src_tokens_web_components_checkbox_checkbox_json.foundation-css.cjs +1 -1
  36. package/cjs/src_tokens_web_components_data-table_data-table_json.foundation-css.cjs +1 -1
  37. package/cjs/src_tokens_web_components_dropdown-menu_dropdown-menu_json.foundation-css.cjs +1 -1
  38. package/cjs/src_tokens_web_components_form-controls_form-controls_json.foundation-css.cjs +1 -1
  39. package/cjs/src_tokens_web_components_iconbutton-toggleable_iconbutton-toggleable_json.foundation-css.cjs +14 -0
  40. package/cjs/src_tokens_web_components_page-content_page-content_json.foundation-css.cjs +1 -1
  41. package/cjs/src_tokens_web_components_page-left-nav_page-left-nav_json.foundation-css.cjs +1 -1
  42. package/cjs/src_tokens_web_components_page-right-nav_page-right-nav_json.foundation-css.cjs +1 -1
  43. package/cjs/src_tokens_web_components_popover_popover_json.foundation-css.cjs +1 -1
  44. package/cjs/src_tokens_web_components_progress-circle_progress-circle_json.foundation-css.cjs +1 -1
  45. package/cjs/src_tokens_web_components_rating_rating_json.foundation-css.cjs +1 -1
  46. package/cjs/src_tokens_web_components_slider_slider_json.foundation-css.cjs +14 -0
  47. package/cjs/src_tokens_web_components_switch_switch_json.foundation-css.cjs +1 -1
  48. package/cjs/src_tokens_web_components_tabs_tabs_json.foundation-css.cjs +1 -1
  49. package/foundation/foundation.css +669 -179
  50. package/foundation/foundation.min.css +1 -1
  51. package/native_mobile.index.d.ts +20 -0
  52. package/native_mobile.index.js +29 -3
  53. package/native_mobile.index.js.map +1 -1
  54. package/npm-shrinkwrap.json +44 -50
  55. package/package-lock.json +44 -50
  56. package/package.json +8 -7
  57. package/src/styles/mobile/components/advanced/carousel.less +10 -0
  58. package/src/styles/mobile/components/advanced/webview.less +6 -2
  59. package/src/styles/mobile/components/basic/anchor.less +2 -2
  60. package/src/styles/mobile/components/basic/bottomsheet.less +6 -0
  61. package/src/styles/mobile/components/basic/button.less +17 -5
  62. package/src/styles/mobile/components/basic/buttongroup.less +22 -6
  63. package/src/styles/mobile/components/basic/label.less +150 -15
  64. package/src/styles/mobile/components/basic/lottie.less +6 -3
  65. package/src/styles/mobile/components/basic/picture.less +9 -0
  66. package/src/styles/mobile/components/basic/search.less +21 -2
  67. package/src/styles/mobile/components/container/panel/panel-footer.less +13 -1
  68. package/src/styles/mobile/components/container/panel.less +31 -34
  69. package/src/styles/mobile/components/container/tabs/tab-header.less +11 -5
  70. package/src/styles/mobile/components/container/tabs.less +2 -0
  71. package/src/styles/mobile/components/container.less +16 -4
  72. package/src/styles/mobile/components/data/card.less +4 -1
  73. package/src/styles/mobile/components/data/form.less +75 -30
  74. package/src/styles/mobile/components/data/list.less +10 -45
  75. package/src/styles/mobile/components/device/camera.less +4 -3
  76. package/src/styles/mobile/components/dialogs/dialog.less +56 -12
  77. package/src/styles/mobile/components/input/calendar.less +0 -1
  78. package/src/styles/mobile/components/input/fileupload.less +1 -0
  79. package/src/styles/mobile/components/input/switch.less +8 -0
  80. package/src/styles/mobile/components/input/toggle.less +2 -0
  81. package/src/styles/mobile/components/navigation/appnavbar.less +12 -4
  82. package/src/styles/mobile/components/navigation/navitem.less +78 -17
  83. package/src/styles/mobile/components/navigation/popover.less +19 -4
  84. package/src/styles/mobile/components/page/tabbar.less +13 -2
  85. package/src/styles/mobile/components/tokens.light.css +206 -383
  86. package/src/styles/mobile/components/variables/carousel.variant.less +8 -0
  87. package/src/styles/mobile/components/variables/container.variant.less +26 -3
  88. package/src/styles/mobile/components/variables/form-controls.variant.less +8 -2
  89. package/src/styles/mobile/components/variables/label.variant.less +35 -4
  90. package/src/styles/mobile/components/variables/navitem.variant.less +14 -0
  91. package/src/styles/mobile/components/variables/panel.variant.less +16 -8
  92. package/src/styles/mobile/components/variables/picture.variant.less +2 -2
  93. package/src/styles/mobile/components/variables/switch.variant.less +6 -1
  94. package/src/styles/mobile/components/variables/tabs.variant.less +6 -2
  95. package/src/styles/mobile/components/variables/toggle.variant.less +8 -0
  96. package/src/styles/mobile/studio/advanced/styles.less +1 -0
  97. package/src/styles/mobile/studio/advanced/webview.less +7 -0
  98. package/src/styles/mobile/studio/basic/button-group.less +3 -1
  99. package/src/styles/mobile/studio/basic/label.less +22 -7
  100. package/src/styles/mobile/studio/basic/message.less +6 -0
  101. package/src/styles/mobile/studio/basic/picture.less +6 -0
  102. package/src/styles/mobile/studio/basic/search.less +8 -0
  103. package/src/styles/mobile/studio/container/container.less +10 -3
  104. package/src/styles/mobile/studio/container/linearlayout.less +8 -0
  105. package/src/styles/mobile/studio/container/panel.less +3 -7
  106. package/src/styles/mobile/studio/container/styles.less +2 -1
  107. package/src/styles/mobile/studio/container/tabs.less +8 -7
  108. package/src/styles/mobile/studio/data/list.less +22 -0
  109. package/src/styles/mobile/studio/dialogs/base-dialog.less +152 -3
  110. package/src/styles/mobile/studio/input/form.less +61 -26
  111. package/src/styles/mobile/studio/input/switch.less +2 -1
  112. package/src/styles/mobile/studio/layouts/appnavbar.less +12 -5
  113. package/src/styles/mobile/studio/layouts/page-content.less +1 -1
  114. package/src/styles/mobile/studio/layouts/tabbar.less +10 -2
  115. package/src/styles/mobile/studio/navigation/nav.less +19 -1
  116. package/src/styles/mobile/studio/navigation/popover.less +32 -1
  117. package/src/tokens/mobile/components/accordion/accordion.json +1 -29
  118. package/src/tokens/mobile/components/anchor/anchor.json +18 -0
  119. package/src/tokens/mobile/components/bottomsheet/bottomsheet.json +39 -5
  120. package/src/tokens/mobile/components/button/button.json +1 -3
  121. package/src/tokens/mobile/components/button-group/button-group.json +25 -41
  122. package/src/tokens/mobile/components/calendar/calendar.json +0 -8
  123. package/src/tokens/mobile/components/camera/camera.json +34 -8
  124. package/src/tokens/mobile/components/cards/cards.json +34 -8
  125. package/src/tokens/mobile/components/carousel/carousel.json +74 -2
  126. package/src/tokens/mobile/components/container/container.json +144 -14
  127. package/src/tokens/mobile/components/fileupload/fileupload.json +1 -1
  128. package/src/tokens/mobile/components/form-controls/form-controls.json +200 -56
  129. package/src/tokens/mobile/components/label/label.json +219 -21
  130. package/src/tokens/mobile/components/list/list.json +45 -135
  131. package/src/tokens/mobile/components/lottie/lottie.json +40 -7
  132. package/src/tokens/mobile/components/modal-dialog/modal-dialog.json +116 -54
  133. package/src/tokens/mobile/components/nav/nav.json +38 -83
  134. package/src/tokens/mobile/components/navbar/navbar.json +61 -0
  135. package/src/tokens/mobile/components/navitem/navitem.json +521 -0
  136. package/src/tokens/mobile/components/panel/panel.json +114 -84
  137. package/src/tokens/mobile/components/panel-footer/panel-footer.json +116 -0
  138. package/src/tokens/mobile/components/picture/picture.json +2 -6
  139. package/src/tokens/mobile/components/popover/popover.json +102 -18
  140. package/src/tokens/mobile/components/search/search.json +133 -9
  141. package/src/tokens/mobile/components/switch/switch.json +47 -2
  142. package/src/tokens/mobile/components/tabbar/tabbar.json +29 -11
  143. package/src/tokens/mobile/components/tabs/tabs.json +72 -32
  144. package/src/tokens/mobile/components/tile/tile.json +18 -2
  145. package/src/tokens/mobile/components/toggle/toggle.json +68 -0
  146. package/src/tokens/mobile/components/webview/webview.json +45 -4
  147. package/src/tokens/mobile/global/box-shadow/box-shadow.json +6 -0
  148. package/src/tokens/mobile/global/font/font.json +33 -0
  149. package/src/tokens/mobile/global/opacity/opacity.json +2 -3
  150. package/src/tokens/web/components/button/button.json +1 -1
  151. package/src/tokens/web/components/calendar/Token.Readme.md +55 -22
  152. package/src/tokens/web/components/calendar/calendar.json +422 -152
  153. package/src/tokens/web/components/cards/cards.json +5 -5
  154. package/src/tokens/web/components/checkbox/Token.Readme.md +1 -0
  155. package/src/tokens/web/components/checkbox/checkbox.json +8 -0
  156. package/src/tokens/web/components/data-table/data-table.json +27 -2
  157. package/src/tokens/web/components/dropdown-menu/dropdown-menu.json +2 -2
  158. package/src/tokens/web/components/form-controls/Token.Readme.md +1 -0
  159. package/src/tokens/web/components/form-controls/form-controls.json +19 -2
  160. package/src/tokens/web/components/iconbutton-toggleable/Readme.md +17 -0
  161. package/src/tokens/web/components/iconbutton-toggleable/Token.Readme.md +19 -0
  162. package/src/tokens/web/components/iconbutton-toggleable/iconbutton-toggleable.json +557 -0
  163. package/src/tokens/web/components/page-content/page-content.json +1 -1
  164. package/src/tokens/web/components/page-left-nav/page-left-nav.json +1 -1
  165. package/src/tokens/web/components/page-right-nav/Readme.md +4 -4
  166. package/src/tokens/web/components/page-right-nav/page-right-nav.json +4 -4
  167. package/src/tokens/web/components/popover/Token.Readme.md +3 -2
  168. package/src/tokens/web/components/popover/popover.json +26 -16
  169. package/src/tokens/web/components/progress-circle/Token.Readme.md +6 -1
  170. package/src/tokens/web/components/progress-circle/progress-circle.json +40 -0
  171. package/src/tokens/web/components/rating/rating.json +2 -2
  172. package/src/tokens/web/components/slider/Token.Readme.md +24 -0
  173. package/src/tokens/web/components/slider/slider.json +153 -0
  174. package/src/tokens/web/components/switch/switch.json +1 -1
  175. package/src/tokens/web/components/tabs/Token.Readme.md +4 -0
  176. package/src/tokens/web/components/tabs/tabs.json +33 -1
  177. package/src/tokens/web/global/elevation/elevation.json +5 -5
  178. package/src/utils/style-dictionary-utils.js +25 -40
  179. package/src/utils/style-dictionary-utils.js.map +1 -1
  180. package/web.index.js +21 -2
  181. package/web.index.js.map +1 -1
  182. package/cjs/src_tokens_mobile_components_page-layout_page-layout_json.foundation-css.cjs +0 -14
  183. package/cjs/src_tokens_mobile_components_pagination_pagination_json.foundation-css.cjs +0 -14
  184. package/cjs/src_tokens_mobile_components_richtext-editor_richtext-editor_json.foundation-css.cjs +0 -14
  185. package/src/styles/mobile/components/variables/button-group.variant.less +0 -7
  186. package/src/tokens/mobile/components/page-layout/page-layout.json +0 -738
  187. package/src/tokens/mobile/components/pagination/pagination.json +0 -250
  188. package/src/tokens/mobile/components/richtext-editor/richtext-editor.json +0 -546
@@ -7,20 +7,6 @@
7
7
  "selector": {
8
8
  "mobile": ".app-buttongroup"
9
9
  }
10
- },
11
- "variantGroups": {
12
- "layout": {
13
- "horizontal": {
14
- "selector": {
15
- "mobile": ".app-buttongroup"
16
- }
17
- },
18
- "vertical": {
19
- "selector": {
20
- "mobile": ".btn-group-vertical"
21
- }
22
- }
23
- }
24
10
  }
25
11
  }
26
12
  }
@@ -31,34 +17,32 @@
31
17
  "type": "radius",
32
18
  "attributes": {
33
19
  "subtype": "radius",
34
- "description": "Controls the border radius for rounded corners of the button group component. This makes the button group appear with rounded corners instead of sharp edges.<br>CSS variable: --wm-button-group-radius"
20
+ "description": "Controls the corner rounding of button groups (connected buttons that appear as a single unit). This makes the outer corners of the button group rounded while keeping the inner buttons connected.<br>CSS variable: --wm-button-group-radius"
35
21
  }
36
- }
37
- },
38
- "appearances": {
39
- "outlined": {
40
- "variantGroups": {
41
- "layout": {
42
- "horizontal": {
43
- "radius": {
44
- "value": "{radius.sm.value}",
45
- "type": "radius",
46
- "attributes": {
47
- "subtype": "radius",
48
- "description": "Controls the border radius for rounded corners of the horizontal button group layout. This makes the button group appear with rounded corners when arranged horizontally.<br>CSS variable: --wm-button-group-outlined-layout-horizontal-radius"
49
- }
50
- }
51
- },
52
- "vertical": {
53
- "radius": {
54
- "value": "{radius.xs.value}",
55
- "type": "radius",
56
- "attributes": {
57
- "subtype": "radius",
58
- "description": "Controls the border radius for rounded corners of the vertical button group layout. This makes the button group appear with rounded corners when arranged vertically.<br>CSS variable: --wm-button-group-outlined-layout-vertical-radius"
59
- }
60
- }
61
- }
22
+ },
23
+ "border": {
24
+ "width": {
25
+ "value": "{border.width.base.value}",
26
+ "type": "radius",
27
+ "attributes": {
28
+ "subtype": "border-width",
29
+ "description": "Controls the thickness of borders around button groups (connected buttons that appear as a single unit). This determines how thick the border lines appear around the button group container.<br>CSS variable: --wm-button-group-border-width"
30
+ }
31
+ },
32
+ "style": {
33
+ "value": "{border.style.base.value}",
34
+ "type": "radius",
35
+ "attributes": {
36
+ "subtype": "border-style",
37
+ "description": "Sets the visual style of borders around button groups (connected buttons that appear as a single unit). 'solid' creates a continuous line, 'dashed' creates a broken line, 'dotted' creates a dotted line.<br>CSS variable: --wm-button-group-border-style"
38
+ }
39
+ },
40
+ "color": {
41
+ "value": "{color.surface.container.highest.@.value}",
42
+ "type": "color",
43
+ "attributes": {
44
+ "subtype": "color",
45
+ "description": "Sets the color of borders around button groups (connected buttons that appear as a single unit). This determines what color the border lines appear in that outline the button group container.<br>CSS variable: --wm-button-group-border-color"
62
46
  }
63
47
  }
64
48
  }
@@ -174,14 +174,6 @@
174
174
  "description": "Controls the minimum height of the calendar component. This determines the minimum vertical space the calendar occupies.<br>CSS variable: --wm-calendar-min-height"
175
175
  }
176
176
  },
177
- "min-width": {
178
- "value": "360px",
179
- "type": "space",
180
- "attributes": {
181
- "subtype": "space",
182
- "description": "Controls the minimum width of the calendar component. This determines the minimum horizontal space the calendar occupies.<br>CSS variable: --wm-calendar-min-width"
183
- }
184
- },
185
177
  "header": {
186
178
  "background-color": {
187
179
  "value": "{color.white.@.value}",
@@ -60,14 +60,40 @@
60
60
  }
61
61
  },
62
62
  "padding": {
63
- "value": "0",
64
- "type": "space",
65
- "attributes": {
66
- "subtype": "space",
67
- "description": "Sets the internal spacing inside the camera component. This creates breathing room around the camera content.<br>CSS variable: --wm-camera-padding"
63
+ "top": {
64
+ "value": "{space.3.value}",
65
+ "type": "space",
66
+ "attributes": {
67
+ "subtype": "space",
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
+ }
68
94
  }
69
- }
70
- },
71
- "appearances": {}
95
+ },
96
+ "appearances": {}
97
+ }
72
98
  }
73
99
  }
@@ -10,14 +10,40 @@
10
10
  },
11
11
  "mapping": {
12
12
  "header": {
13
- "padding": {
14
- "value": "{space.2.value}",
15
- "type": "space",
16
- "attributes": {
17
- "subtype": "space",
18
- "description": "Sets the internal spacing inside the card header. This creates breathing room around the header content.<br>CSS variable: --wm-card-header-padding"
19
- }
20
- },
13
+ "padding": {
14
+ "left": {
15
+ "value": "{space.2.value}",
16
+ "type": "space",
17
+ "attributes": {
18
+ "subtype": "space",
19
+ "description": "Controls the left padding (horizontal spacing) inside card. This creates breathing room in the left side of the card. Acceptable units: px.<br>CSS variable: --wm-card-padding-left"
20
+ }
21
+ },
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
+ },
21
47
  "width": {
22
48
  "value": "100%",
23
49
  "type": "space",
@@ -265,7 +265,7 @@
265
265
  "type": "color",
266
266
  "attributes": {
267
267
  "subtype": "color",
268
- "description": "Sets the background color of the currently active carousel indicator (the dot representing the slide that is currently being displayed). This creates visual feedback to show users which slide they are viewing.<br>CSS variable: --wm-carousel-active-dots-background"
268
+ "description": "Sets the background color of the currently active carousel indicator (the dot representing the slide that is currently being displayed). This creates visual feedback to show users which slide they are viewing.<br>CSS variable: --wm-carousel-dots-background"
269
269
  }
270
270
  },
271
271
  "opacity": {
@@ -273,7 +273,79 @@
273
273
  "type": "radius",
274
274
  "attributes": {
275
275
  "subtype": "opacity",
276
- "description": "Controls the transparency of the active carousel indicator. When set to 1, the active dot is fully opaque, making it stand out from inactive dots. This creates a visual hierarchy that helps users understand their current position.<br>CSS variable: --wm-carousel-active-dots-opacity"
276
+ "description": "Controls the transparency of the active carousel indicator. When set to 1, the active dot is fully opaque, making it stand out from inactive dots. This creates a visual hierarchy that helps users understand their current position.<br>CSS variable: --wm-carousel-dots-opacity"
277
+ }
278
+ },
279
+ "width": {
280
+ "value": "10px",
281
+ "type": "space",
282
+ "attributes": {
283
+ "subtype": "space",
284
+ "description": "Controls the width of the active carousel indicators (the small dots at the bottom that show which slide is active). These dots help users navigate between different slides in the carousel. Larger values make the dots more prominent and easier to tap. Acceptable units: px.<br>CSS variable: --wm-carousel-dots-width"
285
+ }
286
+ },
287
+ "height": {
288
+ "value": "10px",
289
+ "type": "space",
290
+ "attributes": {
291
+ "subtype": "space",
292
+ "description": "Controls the height of active carousel indicators (the small dots at the bottom that show which slide is active). These dots help users navigate between different slides in the carousel. Larger values make the dots more prominent and easier to tap. Acceptable units: px.<br>CSS variable: --wm-carousel-dots-height"
293
+ }
294
+ },
295
+ "border": {
296
+ "color": {
297
+ "value": "{color.primary.container.@.value}",
298
+ "type": "color",
299
+ "attributes": {
300
+ "subtype": "color",
301
+ "description": "Sets the border color of the active carousel indicators (the navigation dots). These dots help users navigate between different slides in the carousel. This determines what color the border around each dot appears in.<br>CSS variable: --wm-carousel-dots-border-color"
302
+ }
303
+ },
304
+ "radius": {
305
+ "value": "5px",
306
+ "type": "radius",
307
+ "attributes": {
308
+ "subtype": "radius",
309
+ "description": "Controls the corner rounding of the active carousel indicators (the navigation dots). When set to 5px, the indicators appear as rounded dots. Other values create different levels of rounding. When set to circle, the indicators appear as perfect round dots.<br>CSS variable: --wm-carousel-dots-border-radius"
310
+ }
311
+ },
312
+ "width":{
313
+ "value": "{border.width.base.value}",
314
+ "type": "space",
315
+ "attributes": {
316
+ "subtype": "border-width",
317
+ "description": "Controls the thickness of the border around the active carousel indicators (the navigation dots). This creates the outline effect around each navigation dot.<br>CSS variable: --wm-carousel-dots-border-width"
318
+ }
319
+ }
320
+ },
321
+ "margin": {
322
+ "left": {
323
+ "value": "{radius.xxs.value}",
324
+ "type": "radius",
325
+ "attributes": {
326
+ "subtype": "space",
327
+ "description": "Controls the horizontal spacing between individual active carousel indicators (navigation dots). This creates visual separation between each dot so users can easily distinguish between them.<br>CSS variable: --wm-carousel-dots-margin-left"
328
+ }
329
+ },
330
+ "right": {
331
+ "value": "{radius.xxs.value}",
332
+ "type": "radius",
333
+ "attributes": {
334
+ "subtype": "space",
335
+ "description": "Controls the horizontal spacing between individual active carousel indicators (navigation dots). This creates visual separation between each dot so users can easily distinguish between them.<br>CSS variable: --wm-carousel-dots-margin-right"
336
+ }
337
+ }
338
+ }
339
+ },
340
+ "slide": {
341
+ "padding": {
342
+ "horizontal": {
343
+ "value": "{space.4.value}",
344
+ "type": "space",
345
+ "attributes": {
346
+ "subtype": "space",
347
+ "description": "Controls the horizontal padding (left and right spacing) inside active carousel slides. This creates breathing room on the sides of the slide content, preventing content from touching the edges. Acceptable units: px.<br>CSS variable: --wm-carousel-slide-padding-horizontal"
348
+ }
277
349
  }
278
350
  }
279
351
  }
@@ -29,18 +29,44 @@
29
29
  "border": {
30
30
  "style": {
31
31
  "value": "{border.style.base.value}",
32
- "type": "radius",
32
+ "type": "border",
33
33
  "attributes": {
34
34
  "subtype": "border-style",
35
35
  "description": "Controls the style of the outline around container elements (boxes that hold content). 'solid' creates a continuous line, 'dashed' creates a dotted line, 'dotted' creates small dots. The default container border styles will not change in Studio. They are dotted for user-experience reasons, so we are not going to modify them. The changes can be seen in the preview. For the outlined and elevated styles, the changes are visible both in Studio and in the preview.<br>CSS variable: --wm-container-border-style"
36
36
  }
37
37
  },
38
38
  "width": {
39
- "value": "{border.width.0.value}",
40
- "type": "space",
41
- "attributes": {
42
- "subtype": "border-width",
43
- "description": "Controls the thickness of the border around container elements. When set to 0, there's no visible border. Higher values create thicker borders around the container.<br>CSS variable: --wm-container-border-width"
39
+ "top": {
40
+ "value": "{border.width.0.value}",
41
+ "type": "border",
42
+ "attributes": {
43
+ "subtype": "border-width",
44
+ "description": "Controls the thickness of the top border around container elements. When set to 0, there's no visible border. Higher values create thicker borders around the container.<br>CSS variable: --wm-container-border-top-width"
45
+ }
46
+ },
47
+ "bottom": {
48
+ "value": "{border.width.0.value}",
49
+ "type": "border",
50
+ "attributes": {
51
+ "subtype": "border-width",
52
+ "description": "Controls the thickness of the bottom border around container elements. When set to 0, there's no visible border. Higher values create thicker borders around the container.<br>CSS variable: --wm-container-border-bottom-width"
53
+ }
54
+ },
55
+ "left": {
56
+ "value": "{border.width.0.value}",
57
+ "type": "border",
58
+ "attributes": {
59
+ "subtype": "border-width",
60
+ "description": "Controls the thickness of the left border around container elements. When set to 0, there's no visible border. Higher values create thicker borders around the container.<br>CSS variable: --wm-container-border-left-width"
61
+ }
62
+ },
63
+ "right": {
64
+ "value": "{border.width.0.value}",
65
+ "type": "border",
66
+ "attributes": {
67
+ "subtype": "border-width",
68
+ "description": "Controls the thickness of the right border around container elements. When set to 0, there's no visible border. Higher values create thicker borders around the container.<br>CSS variable: --wm-container-border-right-width"
69
+ }
44
70
  }
45
71
  },
46
72
  "color": {
@@ -104,7 +130,7 @@
104
130
  }
105
131
  },
106
132
  "left": {
107
- "value": "{space.6.value}",
133
+ "value": "{space.0.value}",
108
134
  "type": "space",
109
135
  "attributes": {
110
136
  "subtype": "space",
@@ -112,7 +138,7 @@
112
138
  }
113
139
  },
114
140
  "right": {
115
- "value": "{space.6.value}",
141
+ "value": "{space.0.value}",
116
142
  "type": "space",
117
143
  "attributes": {
118
144
  "subtype": "space",
@@ -130,8 +156,22 @@
130
156
  "type": "border"
131
157
  },
132
158
  "width": {
133
- "value": "{border.width.0.value}",
134
- "type": "space"
159
+ "top": {
160
+ "value": "{border.width.0.value}",
161
+ "type": "border"
162
+ },
163
+ "bottom": {
164
+ "value": "{border.width.0.value}",
165
+ "type": "border"
166
+ },
167
+ "left": {
168
+ "value": "{border.width.0.value}",
169
+ "type": "border"
170
+ },
171
+ "right": {
172
+ "value": "{border.width.0.value}",
173
+ "type": "border"
174
+ }
135
175
  },
136
176
  "color": {
137
177
  "value": "transparent",
@@ -141,6 +181,28 @@
141
181
  "value": "{radius.none.value}",
142
182
  "type": "radius"
143
183
  }
184
+ },
185
+ "box-shadow": {
186
+ "value": "{elevation.shadow.none.value}",
187
+ "type": "radius"
188
+ },
189
+ "padding": {
190
+ "top": {
191
+ "value": "{space.0.value}",
192
+ "type": "space"
193
+ },
194
+ "bottom": {
195
+ "value": "{space.0.value}",
196
+ "type": "space"
197
+ },
198
+ "left": {
199
+ "value": "{space.0.value}",
200
+ "type": "space"
201
+ },
202
+ "right": {
203
+ "value": "{space.0.value}",
204
+ "type": "space"
205
+ }
144
206
  }
145
207
  }
146
208
  },
@@ -152,8 +214,22 @@
152
214
  "type": "border"
153
215
  },
154
216
  "width": {
155
- "value": "{border.width.base.value}",
156
- "type": "border"
217
+ "top": {
218
+ "value": "{border.width.base.value}",
219
+ "type": "border"
220
+ },
221
+ "bottom": {
222
+ "value": "{border.width.base.value}",
223
+ "type": "border"
224
+ },
225
+ "left": {
226
+ "value": "{border.width.base.value}",
227
+ "type": "border"
228
+ },
229
+ "right": {
230
+ "value": "{border.width.base.value}",
231
+ "type": "border"
232
+ }
157
233
  },
158
234
  "color": {
159
235
  "value": "{color.outline.variant.value}",
@@ -163,6 +239,28 @@
163
239
  "value": "1px",
164
240
  "type": "radius"
165
241
  }
242
+ },
243
+ "box-shadow": {
244
+ "value": "{elevation.shadow.none.value}",
245
+ "type": "radius"
246
+ },
247
+ "padding": {
248
+ "top": {
249
+ "value": "{space.0.value}",
250
+ "type": "space"
251
+ },
252
+ "bottom": {
253
+ "value": "{space.0.value}",
254
+ "type": "space"
255
+ },
256
+ "left": {
257
+ "value": "{space.0.value}",
258
+ "type": "space"
259
+ },
260
+ "right": {
261
+ "value": "{space.0.value}",
262
+ "type": "space"
263
+ }
166
264
  }
167
265
  }
168
266
  },
@@ -182,13 +280,45 @@
182
280
  "type": "color"
183
281
  },
184
282
  "width": {
185
- "value": "{border.width.base.value}",
186
- "type": "border"
283
+ "top": {
284
+ "value": "{border.width.base.value}",
285
+ "type": "border"
286
+ },
287
+ "bottom": {
288
+ "value": "{border.width.base.value}",
289
+ "type": "border"
290
+ },
291
+ "left": {
292
+ "value": "{border.width.base.value}",
293
+ "type": "border"
294
+ },
295
+ "right": {
296
+ "value": "{border.width.base.value}",
297
+ "type": "border"
298
+ }
187
299
  },
188
300
  "radius": {
189
301
  "value": "{radius.sm.value}",
190
302
  "type": "radius"
191
303
  }
304
+ },
305
+ "padding": {
306
+ "top": {
307
+ "value": "{space.0.value}",
308
+ "type": "space"
309
+ },
310
+ "bottom": {
311
+ "value": "{space.0.value}",
312
+ "type": "space"
313
+ },
314
+ "left": {
315
+ "value": "{space.0.value}",
316
+ "type": "space"
317
+ },
318
+ "right": {
319
+ "value": "{space.0.value}",
320
+ "type": "space"
321
+ }
192
322
  }
193
323
  }
194
324
  }
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "radius": {
38
- "value": "{radius.xxl.value}",
38
+ "value": "{radius.base.value}",
39
39
  "type": "radius",
40
40
  "attributes": {
41
41
  "subtype": "radius",