@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
@@ -3,9 +3,15 @@
3
3
  background-color: transparent;
4
4
  .app-dialog-title {
5
5
  text-align: left;
6
-
6
+ font-size: var(--wm-modal-title-font-size);
7
+ font-weight: var(--wm-modal-title-font-weight);
8
+ color: var(--wm-modal-title-color);
9
+ letter-spacing: var(--wm-modal-title-letter-spacing);
10
+ line-height: var(--wm-modal-title-line-height);
11
+ font-family: var(--wm-modal-title-font-family);
7
12
  i {
8
- font-size: 24px;
13
+ font-size: var(--wm-modal-icon-font-size);
14
+ color: var(--wm-modal-icon-color);
9
15
  }
10
16
 
11
17
  // span {
@@ -22,10 +28,153 @@
22
28
  }
23
29
 
24
30
  .modal-content {
25
- background-color: var(--wm-dialog-background-color);
31
+ background-color: var(--wm-modal-background);
32
+ border-radius: var(--wm-modal-radius);
33
+ padding: var(--wm-modal-body-padding) !important;
34
+ min-width: var(--wm-modal-min-width);
35
+ margin-top: var(--wn-modal-margin);
36
+ margin-bottom: var(--wn-modal-margin);
26
37
  padding: 24px;
27
38
  .app-dialog-header {
28
39
  border-color: transparent;
29
40
  }
30
41
  }
42
+ }
43
+ .app-dialog .modal-content .app-dialog-header{
44
+ //header
45
+ padding: var(--wm-modal-header-padding);
46
+ border-style: var(--wm-modal-header-border-style);
47
+ border-color: var(--wm-modal-header-border-color);
48
+ border-width: var(--wm-modal-header-border-width);
49
+ background-color: var(--wm-modal-header-background);
50
+ }
51
+
52
+ .app-dialog .app-dialog-close{
53
+ border-width: var(--wm-modal-header-close-btn-border-width);
54
+ border-color: var(--wm-modal-header-close-btn-border-color);
55
+ border-style: var(--wm-modal-header-close-btn-border-style);
56
+ background-color: var(--wm-modal-header-close-btn-background);
57
+ width: auto;
58
+ height: auto;
59
+ }
60
+
61
+ .app-dialog .app-dialog-close .app-icon::before{
62
+ font-size: var(--wm-modal-header-close-btn-font-size);
63
+ color: var(--wm-modal-header-close-btn-color);
64
+ width: auto;
65
+ height: auto;
66
+ }
67
+
68
+ .app-alert-dialog .app-dialog-message{
69
+ font-weight: var(--wm-modal-description-font-weight);
70
+ font-family: var(--wm-modal-description-font-family);
71
+ color: var(--wm-modal-description-color);
72
+ font-size: var(--wm-modal-description-font-size);
73
+ }
74
+
75
+ .app-alert-dialog .app-dialog-footer .ok-action.app-button{
76
+ background-color: var(--wm-modal-btn-ok-background);
77
+ color: var(--wm-modal-btn-ok-color);
78
+ border-width: 0px;
79
+ border-style: none;
80
+ }
81
+
82
+ .app-confirm-dialog .app-dialog-footer .app-button:last-child{
83
+ background-color: var(--wm-modal-btn-ok-background);
84
+ color: var(--wm-modal-btn-ok-color);
85
+ border-width: 0px;
86
+ border-style: none;
87
+ }
88
+
89
+ .app-confirm-dialog .app-dialog-footer .app-button:first-child {
90
+ background-color: var(--wm-modal-btn-cancel-background);
91
+ color: var(--wm-modal-btn-cancel-background);
92
+ border-width: 0px;
93
+ border-style: none;
94
+ }
95
+
96
+ .app-dialog-footer {
97
+ padding: var(--wm-modal-footer-padding);
98
+ }
99
+
100
+ //styleWorkspace Template
101
+ .native_mobile-dialog {
102
+ background-color: var(--wm-modal-background);
103
+ border-radius: var(--wm-modal-radius);
104
+ padding: var(--wm-modal-body-padding) !important;
105
+ min-width: var(--wm-modal-min-width);
106
+ margin-top: var(--wn-modal-margin);
107
+ margin-bottom: var(--wn-modal-margin);
108
+ .dialog-header{
109
+ padding: var(--wm-modal-header-padding);
110
+ border-style: var(--wm-modal-header-border-style);
111
+ border-color: var(--wm-modal-header-border-color);
112
+ border-width: var(--wm-modal-header-border-width);
113
+ background-color: var(--wm-modal-header-background);
114
+ }
115
+
116
+ .dialog-icon .wi-check:before{
117
+ font-size: var(--wm-modal-icon-font-size);
118
+ color: var(--wm-modal-icon-color);
119
+ }
120
+
121
+ .dialog-icon .wi-file:before{
122
+ font-size: var(--wm-modal-icon-font-size);
123
+ color: var(--wm-modal-icon-color);
124
+ }
125
+
126
+ .dialog-icon .wi-alert:before{
127
+ font-size: var(--wm-modal-icon-font-size);
128
+ color: var(--wm-modal-icon-color);
129
+ }
130
+
131
+ .dialog-title {
132
+ font-size: var(--wm-modal-title-font-size);
133
+ font-weight: var(--wm-modal-title-font-weight);
134
+ color: var(--wm-modal-title-color);
135
+ letter-spacing: var(--wm-modal-title-letter-spacing);
136
+ line-height: var(--wm-modal-title-line-height);
137
+ font-family: var(--wm-modal-title-font-family);
138
+ }
139
+ .dialog-close{
140
+ border-width: var(--wm-modal-header-close-btn-border-width);
141
+ border-color: var(--wm-modal-header-close-btn-border-color);
142
+ border-style: var(--wm-modal-header-close-btn-border-style);
143
+ background-color: var(--wm-modal-header-close-btn-background);
144
+ width: auto;
145
+ height: auto;
146
+ }
147
+
148
+ .dialog-close .wi-close:before{
149
+ font-size: var(--wm-modal-header-close-btn-font-size);
150
+ color: var(--wm-modal-header-close-btn-color);
151
+ width: auto;
152
+ height: auto;
153
+ }
154
+
155
+ .dialog-message{
156
+ font-weight: var(--wm-modal-description-font-weight);
157
+ font-family: var(--wm-modal-description-font-family);
158
+ color: var(--wm-modal-description-color);
159
+ font-size: var(--wm-modal-description-font-size);
160
+ }
161
+
162
+ .dialog-actions {
163
+ padding: var(--wm-modal-footer-padding) !important;
164
+ }
165
+
166
+ .dialog-btn.cancel-btn{
167
+ background-color: var(--wm-modal-btn-cancel-background) !important;
168
+ color: var(--wm-modal-btn-cancel-color) !important;
169
+ border-width: 0px !important;
170
+ border-style: none !important;
171
+ }
172
+
173
+ .dialog-btn.confirm-btn{
174
+ background-color: var(--wm-modal-btn-ok-background) !important;
175
+ color: var(--wm-modal-btn-ok-color) !important;
176
+ border-width: 0px !important;
177
+ border-style: none !important;
178
+ }
179
+
31
180
  }
@@ -1,5 +1,5 @@
1
1
 
2
- .wm-studio .wm-right-panel-container .file-container-pane .wm-file-container .wm-workspace .workspace-content .canvas-panel .app-panel .panel-footer {
2
+ .wm-studio .wm-right-panel-container .file-container-pane .wm-file-container .wm-workspace .workspace-content .canvas-panel .form-action.panel-footer {
3
3
  display: flex;
4
4
  justify-content: space-around;
5
5
  padding-left: var(--wm-form-footer-padding-horizontal);
@@ -49,15 +49,22 @@
49
49
 
50
50
  .wm-studio .wm-right-panel-container .file-container-pane .wm-file-container .wm-workspace .workspace-content .canvas-panel .app-form .live-field > div .form-control{
51
51
  min-height: var(--wm-form-controls-min-height);
52
- padding-top: var(--wm-form-controls-padding-vertical);
53
- padding-bottom: var(--wm-form-controls-padding-vertical);
54
- padding-left: var(--wm-form-controls-padding-horizontal);
55
- padding-right: var(--wm-form-controls-padding-horizontal);
52
+ padding-top: var(--wm-form-controls-padding-top);
53
+ padding-bottom: var(--wm-form-controls-padding-bottom);
54
+ padding-left: var(--wm-form-controls-padding-left);
55
+ padding-right: var(--wm-form-controls-padding-right);
56
56
  border-style: var(--wm-form-controls-border-style);
57
- border-width: var(--wm-form-controls-border-width);
57
+ border-top-width: var(--wm-form-controls-border-top-width);
58
+ border-left-width:var(--wm-form-controls-border-left-width);
59
+ border-right-width: var(--wm-form-controls-border-right-width);
60
+ border-bottom-width:var(--wm-form-controls-border-bottom-width);
58
61
  border-color: var(--wm-form-controls-border-color);
59
62
  border-radius: var(--wm-form-controls-border-radius);
60
63
  background-color: var(--wm-form-controls-background);
64
+ color: var(--wm-form-controls-color);
65
+ font-size: var(--wm-form-controls-font-size);
66
+ font-family: var(--wm-form-controls-font-family);
67
+ font-weight: var(--wm-form-controls-font-weight);
61
68
  }
62
69
 
63
70
  .wm-app .app-form > .panel-body{
@@ -94,17 +101,24 @@
94
101
  border-bottom-left-radius: 0px !important;
95
102
  border-left-width: 0px !important;
96
103
  min-height: var(--wm-form-controls-min-height);
97
- padding-top: var(--wm-form-controls-padding-vertical);
98
- padding-bottom: var(--wm-form-controls-padding-vertical);
99
- padding-left: var(--wm-form-controls-padding-horizontal);
100
- padding-right: var(--wm-form-controls-padding-horizontal);
104
+ padding-top: var(--wm-form-controls-padding-top);
105
+ padding-bottom: var(--wm-form-controls-padding-bottom);
106
+ padding-left: var(--wm-form-controls-padding-left);
107
+ padding-right: var(--wm-form-controls-padding-right);
101
108
  border-style: var(--wm-form-controls-border-style);
102
- border-width: var(--wm-form-controls-border-width);
109
+ border-top-width: var(--wm-form-controls-border-top-width);
110
+ border-left-width:var(--wm-form-controls-border-left-width);
111
+ border-right-width: var(--wm-form-controls-border-right-width);
112
+ border-bottom-width:var(--wm-form-controls-border-bottom-width);
103
113
  border-color: var(--wm-form-controls-border-color);
104
114
  border-radius: var(--wm-form-controls-border-radius);
105
115
  background-color: var(--wm-form-controls-background);
106
116
  color: var(--wm-form-controls-color);
107
117
  opacity: var(--wm-form-controls-opacity);
118
+ font-size: var(--wm-form-controls-font-size);
119
+ font-family: var(--wm-form-controls-font-family);
120
+ font-weight: var(--wm-form-controls-font-weight);
121
+ width: var(--wm-form-controls-min-width);
108
122
  }
109
123
 
110
124
  .wm-studio .wm-right-panel-container .file-container-pane .wm-file-container .wm-workspace .workspace-content .canvas-panel .app-currency span {
@@ -116,47 +130,68 @@
116
130
 
117
131
  .wm-studio .wm-right-panel-container .file-container-pane .wm-file-container .wm-workspace .workspace-content .canvas-panel .app-textbox {
118
132
  min-height: var(--wm-form-controls-min-height);
119
- padding-top: var(--wm-form-controls-padding-vertical);
120
- padding-bottom: var(--wm-form-controls-padding-vertical);
121
- padding-left: var(--wm-form-controls-padding-horizontal);
122
- padding-right: var(--wm-form-controls-padding-horizontal);
133
+ padding-top: var(--wm-form-controls-padding-top);
134
+ padding-bottom: var(--wm-form-controls-padding-bottom);
135
+ padding-left: var(--wm-form-controls-padding-left);
136
+ padding-right: var(--wm-form-controls-padding-right);
123
137
  border-style: var(--wm-form-controls-border-style);
124
- border-width: var(--wm-form-controls-border-width);
138
+ border-top-width: var(--wm-form-controls-border-top-width);
139
+ border-left-width:var(--wm-form-controls-border-left-width);
140
+ border-right-width: var(--wm-form-controls-border-right-width);
141
+ border-bottom-width:var(--wm-form-controls-border-bottom-width);
125
142
  border-color: var(--wm-form-controls-border-color);
126
143
  border-radius: var(--wm-form-controls-border-radius);
127
144
  background-color: var(--wm-form-controls-background);
128
145
  color: var(--wm-form-controls-color);
129
146
  opacity: var(--wm-form-controls-opacity);
147
+ font-size: var(--wm-form-controls-font-size);
148
+ font-family: var(--wm-form-controls-font-family);
149
+ font-weight: var(--wm-form-controls-font-weight);
150
+ width: var(--wm-form-controls-min-width);
130
151
  }
131
152
 
132
153
  .wm-studio .wm-right-panel-container .file-container-pane .wm-file-container .wm-workspace .workspace-content .canvas-panel .app-textarea {
133
154
  min-height: var(--wm-form-controls-min-height);
134
- padding-top: var(--wm-form-controls-padding-vertical);
135
- padding-bottom: var(--wm-form-controls-padding-vertical);
136
- padding-left: var(--wm-form-controls-padding-horizontal);
137
- padding-right: var(--wm-form-controls-padding-horizontal);
155
+ padding-top: var(--wm-form-controls-padding-top);
156
+ padding-bottom: var(--wm-form-controls-padding-bottom);
157
+ padding-left: var(--wm-form-controls-padding-left);
158
+ padding-right: var(--wm-form-controls-padding-right);
138
159
  border-style: var(--wm-form-controls-border-style);
139
- border-width: var(--wm-form-controls-border-width);
160
+ border-top-width: var(--wm-form-controls-border-top-width);
161
+ border-left-width:var(--wm-form-controls-border-left-width);
162
+ border-right-width: var(--wm-form-controls-border-right-width);
163
+ border-bottom-width:var(--wm-form-controls-border-bottom-width);
140
164
  border-color: var(--wm-form-controls-border-color);
141
165
  border-radius: var(--wm-form-controls-border-radius);
142
166
  background-color: var(--wm-form-controls-background);
143
167
  color: var(--wm-form-controls-color);
144
168
  opacity: var(--wm-form-controls-opacity);
169
+ font-size: var(--wm-form-controls-font-size);
170
+ font-family: var(--wm-form-controls-font-family);
171
+ font-weight: var(--wm-form-controls-font-weight);
172
+ width: var(--wm-form-controls-min-width);
145
173
  }
146
174
 
147
175
  .wm-studio .wm-right-panel-container .file-container-pane .wm-file-container .wm-workspace .workspace-content .canvas-panel .app-select{
148
176
  min-height: var(--wm-form-controls-min-height);
149
- padding-top: var(--wm-form-controls-padding-vertical);
150
- padding-bottom: var(--wm-form-controls-padding-vertical);
151
- padding-left: var(--wm-form-controls-padding-horizontal);
152
- padding-right: var(--wm-form-controls-padding-horizontal);
177
+ padding-top: var(--wm-form-controls-padding-top);
178
+ padding-bottom: var(--wm-form-controls-padding-bottom);
179
+ padding-left: var(--wm-form-controls-padding-left);
180
+ padding-right: var(--wm-form-controls-padding-right);
153
181
  border-style: var(--wm-form-controls-border-style);
154
- border-width: var(--wm-form-controls-border-width);
182
+ border-top-width: var(--wm-form-controls-border-top-width);
183
+ border-left-width:var(--wm-form-controls-border-left-width);
184
+ border-right-width: var(--wm-form-controls-border-right-width);
185
+ border-bottom-width:var(--wm-form-controls-border-bottom-width);
155
186
  border-color: var(--wm-form-controls-border-color);
156
187
  border-radius: var(--wm-form-controls-border-radius);
157
188
  background-color: var(--wm-form-controls-background);
158
189
  color: var(--wm-form-controls-color);
159
190
  opacity: var(--wm-form-controls-opacity);
191
+ font-size: var(--wm-form-controls-font-size);
192
+ font-family: var(--wm-form-controls-font-family);
193
+ font-weight: var(--wm-form-controls-font-weight);
194
+ width: var(--wm-form-controls-min-width);
160
195
  }
161
196
 
162
197
  .wm-app .form-control::placeholder {
@@ -1,8 +1,9 @@
1
1
  .app-switch {
2
+ overflow: unset;
2
3
  .btn-group {
3
4
  height: var(--wm-switch-button-height);
4
5
  .btn {
5
- text-transform: capitalize;
6
+ text-transform: var(--wm-switch-button-text-transform);
6
7
  font-size: var(--wm-switch-button-font-size);
7
8
  }
8
9
  }
@@ -44,6 +44,15 @@
44
44
  justify-content: flex-end;
45
45
  align-items: center;
46
46
  }
47
+ .navbar-nav.navbar-right {
48
+ li {
49
+ display: inline-flex;
50
+ align-items: flex-start;
51
+ flex-wrap: nowrap;
52
+ height: 36pt;
53
+ }
54
+
55
+ }
47
56
  .app-anchor,
48
57
  .app-menu,
49
58
  .app-button
@@ -51,21 +60,19 @@
51
60
  vertical-align: middle;
52
61
  background-color: transparent;
53
62
  .app-icon {
54
- padding-right: 8px;
63
+ padding-right: 2px;
55
64
  font-size: var(--wm-navbar-anchor-icon-size);
56
65
  }
57
66
  }
58
67
  .app-button {
59
68
  display: inline-block;
60
69
  margin: 0;
61
- padding: 4px;
62
70
  line-height: initial;
63
- background: transparent;
64
- border-radius: 100px;
65
71
  >.btn-caption {
66
- color: inherit;
72
+ color: var(--wm-navbar-button-color);
67
73
  }
68
74
  }
75
+
69
76
  }
70
77
  }
71
78
  }
@@ -7,5 +7,5 @@
7
7
  }
8
8
 
9
9
  .app-page-content >.app-ng-transclude {
10
- padding: 4px;
10
+ padding: 0px;
11
11
  }
@@ -2,6 +2,9 @@
2
2
  position: relative;
3
3
  height: var(--wm-tabbar-height);
4
4
  padding: 4px;
5
+ border-top-width: var(--wm-tabbar-border-top-width);
6
+ border-top-style: var(--wm-tabbar-border-top-style);
7
+ border-top-color: var(--wm-tabbar-border-top-color);
5
8
  .navbar-default {
6
9
  background-color: inherit;
7
10
  .tab-items {
@@ -13,11 +16,17 @@
13
16
  > li > a {
14
17
  min-height: var(--wm-tabbar-item-min-height);
15
18
  min-width: var(--wm-tabbar-item-min-width);
16
- margin-bottom: var(--wm-tabbar-item-margin-bottom);
19
+ background-color: var(--wm-tabbar-item-background-color);
20
+ border-radius: var(--wm-tabbar-item-border-radius);
21
+ opacity: var(--wm-tabbar-item-opacity);
22
+ margin-bottom: var(--wm-space-0);
17
23
  padding: 0;
18
24
  height: auto;
19
25
  .app-icon {
26
+ color: var(--wm-tabbar-icon-color);
20
27
  font-size: var(--wm-tabbar-icon-size);
28
+ padding-right: var(--wm-tabbar-icon-padding-right);
29
+ padding-bottom: var(--wm-tabbar-icon-padding-bottom);
21
30
  }
22
31
  label {
23
32
  color: var(--wm-tabbar-text-color);
@@ -25,7 +34,6 @@
25
34
  font-family: var(--wm-tabbar-text-font-family);
26
35
  font-weight: var(--wm-tabbar-text-font-weight);
27
36
  margin-top: var(--wm-tabbar-text-margin-top);
28
- padding-top: 16px;
29
37
  }
30
38
  }
31
39
  }
@@ -1,3 +1,21 @@
1
- .app-nav {
1
+ .app-left-panel {
2
+ background-color: var(--wm-nav-left-panel-background);
3
+ }
4
+
5
+ .app-partial {
6
+ height: auto;
7
+ background-color: var(--wm-nav-partial-background);
8
+ }
2
9
 
10
+ .app-partial-container {
11
+ background-color: var(--wm-nav-partial-container-background);
3
12
  }
13
+
14
+ .app-navbar {
15
+ background-color: var(--wm-nav-navbar-background);
16
+ }
17
+
18
+ .app-nav-item .app-anchor.app-anchor >.badge{
19
+ position: absolute;
20
+ top:auto;
21
+ }
@@ -1,3 +1,34 @@
1
- .app-popover {
1
+ .app-popover-wrapper {
2
+ background-color: var(--wm-popover-link-background-color);
3
+ border-color: var(--wm-popover-link-border-color);
4
+ border-width: var(--wm-popover-link-border-width);
5
+ border-style: var(--wm-popover-link-border-style);
6
+ padding-top: var(--wm-popover-link-padding-top);
7
+ padding-bottom: var(--wm-popover-link-padding-bottom);
8
+ padding-left: var(--wm-popover-link-padding-left);
9
+ padding-right: var(--wm-popover-link-padding-right);
10
+ width: var(--wm-popover-link-width);
11
+ height: var(--wm-popover-link-height);
12
+ min-height: var(--wm-popover-link-min-height);
13
+ border-radius: var(--wm-popover-link-border-radius);
14
+ }
2
15
 
16
+ .app-popover-wrapper .anchor-caption{
17
+ color: var(--wm-popover-link-color) !important;
18
+ padding-left: var(--wm-space-2) !important;
19
+ padding-right: var(--wm-space-2) !important;
20
+ font-size: var(--wm-popover-link-font-size) !important;
21
+ font-family: var(--wm-popover-link-font-family) !important;
22
+ font-weight: var(--wm-popover-link-font-weight) !important;
23
+ line-height: var(--wm-popover-link-line-height) !important;
24
+ letter-spacing: var(--wm-popover-link-letter-spacing) !important;
3
25
  }
26
+
27
+ .app-popover-wrapper .app-icon:before{
28
+ color: var(--wm-popover-link-icon-color) !important;
29
+ font-size: var(--wm-popover-link-icon-size) !important;
30
+ min-width: var(--wm-popover-link-icon-size) !important;
31
+ width: var(--wm-popover-link-icon-size) !important;
32
+ height: var(--wm-popover-link-icon-size) !important;
33
+ line-height: var(--wm-popover-link-icon-size) !important;
34
+ }
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "border": {
27
27
  "width": {
28
- "value": "{space.0.value}",
28
+ "value": "{border.width.0.value}",
29
29
  "type": "space",
30
30
  "attributes": {
31
31
  "subtype": "border-width",
@@ -138,34 +138,6 @@
138
138
  }
139
139
  },
140
140
  "icon": {
141
- "root": {
142
- "width": {
143
- "value": "{space.6.value}",
144
- "type": "space",
145
- "attributes": {
146
- "subtype": "space",
147
- "description": "Controls the width of the accordion icon root container. This determines how wide the icon container appears.<br>CSS variable: --wm-accordion-icon-root-width"
148
- }
149
- },
150
- "height": {
151
- "value": "{space.6.value}",
152
- "type": "space",
153
- "attributes": {
154
- "subtype": "space",
155
- "description": "Controls the height of the accordion icon root container. This determines how tall the icon container appears.<br>CSS variable: --wm-accordion-icon-root-height"
156
- }
157
- },
158
- "border": {
159
- "radius": {
160
- "value": "{space.6.value}",
161
- "type": "space",
162
- "attributes": {
163
- "subtype": "radius",
164
- "description": "Controls the border radius of the accordion icon root container. This makes the icon container appear with rounded corners.<br>CSS variable: --wm-accordion-icon-root-border-radius"
165
- }
166
- }
167
- }
168
- },
169
141
  "color": {
170
142
  "value": "{color.on-background.@.value}",
171
143
  "type": "color",
@@ -77,6 +77,24 @@
77
77
  "description": "Controls the text decoration (underline, overline, line-through) for anchor links. '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-anchor-text-decoration"
78
78
  }
79
79
  }
80
+ },
81
+ "padding": {
82
+ "left": {
83
+ "value": "{space.2.value}",
84
+ "type": "space",
85
+ "attributes": {
86
+ "subtype": "padding-left",
87
+ "description": "Controls the left padding (spacing) inside anchor link text. This creates space between the left edge of the text and its container, making the anchor text more comfortable to read and click.<br>CSS variable: --wm-anchor-text-padding-left"
88
+ }
89
+ },
90
+ "right": {
91
+ "value": "{space.2.value}",
92
+ "type": "space",
93
+ "attributes": {
94
+ "subtype": "padding-right",
95
+ "description": "Controls the right padding (spacing) inside anchor link text. This creates space between the right edge of the text and its container, making the anchor text more comfortable to read and click.<br>CSS variable: --wm-anchor-text-padding-right"
96
+ }
97
+ }
80
98
  }
81
99
  },
82
100
  "gap": {
@@ -36,11 +36,37 @@
36
36
  }
37
37
  },
38
38
  "width":{
39
- "value": "1",
40
- "type": "radius",
41
- "attributes": {
42
- "subtype": "border-width",
43
- "description": "Controls the border thickness of the bottom sheet component. This determines how thick the border around the bottom sheet appears.<br>CSS variable: --wm-bottomsheet-border-width"
39
+ "top": {
40
+ "value": "{border.width.0.value}",
41
+ "type": "border",
42
+ "attributes": {
43
+ "subtype": "border-width",
44
+ "description": "Controls the border thickness of the bottom sheet component. This determines how thick the border around the bottom sheet appears.<br>CSS variable: --wm-bottomsheet-border-width-top"
45
+ }
46
+ },
47
+ "bottom": {
48
+ "value": "{border.width.0.value}",
49
+ "type": "border",
50
+ "attributes": {
51
+ "subtype": "border-width",
52
+ "description": "Controls the border thickness of the bottom sheet component. This determines how thick the border around the bottom sheet appears.<br>CSS variable: --wm-bottomsheet-border-width-bottom"
53
+ }
54
+ },
55
+ "left": {
56
+ "value": "{border.width.0.value}",
57
+ "type": "border",
58
+ "attributes": {
59
+ "subtype": "border-width",
60
+ "description": "Controls the border thickness of the bottom sheet component. This determines how thick the border around the bottom sheet appears.<br>CSS variable: --wm-bottomsheet-border-width-left"
61
+ }
62
+ },
63
+ "right": {
64
+ "value": "{border.width.0.value}",
65
+ "type": "border",
66
+ "attributes": {
67
+ "subtype": "border-width",
68
+ "description": "Controls the border thickness of the bottom sheet component. This determines how thick the border around the bottom sheet appears.<br>CSS variable: --wm-bottomsheet-border-width-right"
69
+ }
44
70
  }
45
71
  },
46
72
  "color":{
@@ -50,6 +76,14 @@
50
76
  "subtype": "color",
51
77
  "description": "Sets the border color of the bottom sheet component. This determines what color the border around the bottom sheet appears in.<br>CSS variable: --wm-bottomsheet-border-color"
52
78
  }
79
+ },
80
+ "style":{
81
+ "value": "{border.style.base.value}",
82
+ "type": "border",
83
+ "attributes": {
84
+ "subtype": "border-style",
85
+ "description": "Sets the border style of the bottom sheet component. This determines what style the border around the bottom sheet appears in.<br>CSS variable: --wm-bottomsheet-border-style"
86
+ }
53
87
  }
54
88
  },
55
89
  "margin":{
@@ -3,14 +3,12 @@
3
3
  "meta": {
4
4
  "mapping": {
5
5
  "selector": {
6
- "web": ".app-button",
7
6
  "mobile": ".app-button"
8
7
  },
9
8
  "states": {
10
9
  "disabled": {
11
10
  "selector": {
12
- "mobile": "-disabled",
13
- "web": "[disabled]"
11
+ "mobile": "-disabled"
14
12
  }
15
13
  }
16
14
  }