@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
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/foundation-css",
3
- "version": "11.14.3-rc.6401",
3
+ "version": "11.15.0-2.247",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/foundation-css",
9
- "version": "11.14.3-rc.6401",
9
+ "version": "11.15.0-2.247",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "chroma-js": "^3.1.2"
@@ -665,12 +665,12 @@
665
665
  "license": "MIT"
666
666
  },
667
667
  "node_modules/@types/node": {
668
- "version": "25.2.1",
669
- "integrity": "sha512-CPrnr8voK8vC6eEtyRzvMpgp3VyVRhgclonE7qYi6P9sXwYb59ucfrnmFBTaP0yUi8Gk4yZg/LlTJULGxvTNsg==",
668
+ "version": "25.3.2",
669
+ "integrity": "sha512-RpV6r/ij22zRRdyBPcxDeKAzH43phWVKEjL2iksqo1Vz3CuBUrgmPpPhALKiRfU7OMCmeeO9vECBMsV0hMTG8Q==",
670
670
  "dev": true,
671
671
  "license": "MIT",
672
672
  "dependencies": {
673
- "undici-types": "~7.16.0"
673
+ "undici-types": "~7.18.0"
674
674
  }
675
675
  },
676
676
  "node_modules/@webassemblyjs/ast": {
@@ -882,13 +882,10 @@
882
882
  "license": "BSD-2-Clause"
883
883
  },
884
884
  "node_modules/@zip.js/zip.js": {
885
- "version": "2.8.17",
886
- "integrity": "sha512-3UdSsm9D9wy8+Oclimd3W9mWqiGptbrL7kBxAdXr/FLN2FSmNnAiyRol93heAffLGDzNwY5nnvDEjMmo8JbeeA==",
885
+ "version": "2.8.21",
886
+ "integrity": "sha512-fkyzXISE3IMrstDO1AgPkJCx14MYHP/suIGiAovEYEuBjq3mffsuL6aMV7ohOSjW4rXtuACuUfpA3GtITgdtYg==",
887
887
  "dev": true,
888
888
  "license": "BSD-3-Clause",
889
- "dependencies": {
890
- "web-worker": "^1.5.0"
891
- },
892
889
  "engines": {
893
890
  "bun": ">=0.7.0",
894
891
  "deno": ">=1.0.0",
@@ -896,8 +893,8 @@
896
893
  }
897
894
  },
898
895
  "node_modules/acorn": {
899
- "version": "8.15.0",
900
- "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
896
+ "version": "8.16.0",
897
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
901
898
  "dev": true,
902
899
  "license": "MIT",
903
900
  "bin": {
@@ -920,8 +917,8 @@
920
917
  }
921
918
  },
922
919
  "node_modules/acorn-walk": {
923
- "version": "8.3.4",
924
- "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
920
+ "version": "8.3.5",
921
+ "integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",
925
922
  "dev": true,
926
923
  "license": "MIT",
927
924
  "dependencies": {
@@ -932,8 +929,8 @@
932
929
  }
933
930
  },
934
931
  "node_modules/ajv": {
935
- "version": "8.17.1",
936
- "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
932
+ "version": "8.18.0",
933
+ "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
937
934
  "dev": true,
938
935
  "license": "MIT",
939
936
  "dependencies": {
@@ -1061,12 +1058,15 @@
1061
1058
  "license": "MIT"
1062
1059
  },
1063
1060
  "node_modules/baseline-browser-mapping": {
1064
- "version": "2.9.19",
1065
- "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
1061
+ "version": "2.10.0",
1062
+ "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
1066
1063
  "dev": true,
1067
1064
  "license": "Apache-2.0",
1068
1065
  "bin": {
1069
- "baseline-browser-mapping": "dist/cli.js"
1066
+ "baseline-browser-mapping": "dist/cli.cjs"
1067
+ },
1068
+ "engines": {
1069
+ "node": ">=6.0.0"
1070
1070
  }
1071
1071
  },
1072
1072
  "node_modules/brace-expansion": {
@@ -1201,8 +1201,8 @@
1201
1201
  }
1202
1202
  },
1203
1203
  "node_modules/caniuse-lite": {
1204
- "version": "1.0.30001769",
1205
- "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==",
1204
+ "version": "1.0.30001774",
1205
+ "integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==",
1206
1206
  "dev": true,
1207
1207
  "funding": [
1208
1208
  {
@@ -1539,8 +1539,8 @@
1539
1539
  "license": "MIT"
1540
1540
  },
1541
1541
  "node_modules/electron-to-chromium": {
1542
- "version": "1.5.286",
1543
- "integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==",
1542
+ "version": "1.5.302",
1543
+ "integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==",
1544
1544
  "dev": true,
1545
1545
  "license": "ISC"
1546
1546
  },
@@ -2655,12 +2655,12 @@
2655
2655
  }
2656
2656
  },
2657
2657
  "node_modules/minimatch": {
2658
- "version": "9.0.5",
2659
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
2658
+ "version": "9.0.9",
2659
+ "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
2660
2660
  "dev": true,
2661
2661
  "license": "ISC",
2662
2662
  "dependencies": {
2663
- "brace-expansion": "^2.0.1"
2663
+ "brace-expansion": "^2.0.2"
2664
2664
  },
2665
2665
  "engines": {
2666
2666
  "node": ">=16 || 14 >=14.17"
@@ -2679,10 +2679,10 @@
2679
2679
  }
2680
2680
  },
2681
2681
  "node_modules/minipass": {
2682
- "version": "7.1.2",
2683
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
2682
+ "version": "7.1.3",
2683
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
2684
2684
  "dev": true,
2685
- "license": "ISC",
2685
+ "license": "BlueOak-1.0.0",
2686
2686
  "engines": {
2687
2687
  "node": ">=16 || 14 >=14.17"
2688
2688
  }
@@ -3135,8 +3135,8 @@
3135
3135
  "license": "MIT"
3136
3136
  },
3137
3137
  "node_modules/qs": {
3138
- "version": "6.14.1",
3139
- "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
3138
+ "version": "6.15.0",
3139
+ "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
3140
3140
  "dev": true,
3141
3141
  "license": "BSD-3-Clause",
3142
3142
  "dependencies": {
@@ -3555,12 +3555,12 @@
3555
3555
  }
3556
3556
  },
3557
3557
  "node_modules/strip-ansi": {
3558
- "version": "7.1.2",
3559
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
3558
+ "version": "7.2.0",
3559
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
3560
3560
  "dev": true,
3561
3561
  "license": "MIT",
3562
3562
  "dependencies": {
3563
- "ansi-regex": "^6.0.1"
3563
+ "ansi-regex": "^6.2.2"
3564
3564
  },
3565
3565
  "engines": {
3566
3566
  "node": ">=12"
@@ -3669,8 +3669,8 @@
3669
3669
  }
3670
3670
  },
3671
3671
  "node_modules/tar": {
3672
- "version": "7.5.7",
3673
- "integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==",
3672
+ "version": "7.5.9",
3673
+ "integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==",
3674
3674
  "dev": true,
3675
3675
  "license": "BlueOak-1.0.0",
3676
3676
  "dependencies": {
@@ -3958,8 +3958,8 @@
3958
3958
  }
3959
3959
  },
3960
3960
  "node_modules/undici-types": {
3961
- "version": "7.16.0",
3962
- "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
3961
+ "version": "7.18.2",
3962
+ "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
3963
3963
  "dev": true,
3964
3964
  "license": "MIT"
3965
3965
  },
@@ -4047,15 +4047,9 @@
4047
4047
  "node": ">=10.13.0"
4048
4048
  }
4049
4049
  },
4050
- "node_modules/web-worker": {
4051
- "version": "1.5.0",
4052
- "integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==",
4053
- "dev": true,
4054
- "license": "Apache-2.0"
4055
- },
4056
4050
  "node_modules/webpack": {
4057
- "version": "5.105.0",
4058
- "integrity": "sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw==",
4051
+ "version": "5.105.3",
4052
+ "integrity": "sha512-LLBBA4oLmT7sZdHiYE/PeVuifOxYyE2uL/V+9VQP7YSYdJU7bSf7H8bZRRxW8kEPMkmVjnrXmoR3oejIdX0xbg==",
4059
4053
  "dev": true,
4060
4054
  "license": "MIT",
4061
4055
  "dependencies": {
@@ -4065,7 +4059,7 @@
4065
4059
  "@webassemblyjs/ast": "^1.14.1",
4066
4060
  "@webassemblyjs/wasm-edit": "^1.14.1",
4067
4061
  "@webassemblyjs/wasm-parser": "^1.14.1",
4068
- "acorn": "^8.15.0",
4062
+ "acorn": "^8.16.0",
4069
4063
  "acorn-import-phases": "^1.0.3",
4070
4064
  "browserslist": "^4.28.1",
4071
4065
  "chrome-trace-event": "^1.0.2",
@@ -4083,7 +4077,7 @@
4083
4077
  "tapable": "^2.3.0",
4084
4078
  "terser-webpack-plugin": "^5.3.16",
4085
4079
  "watchpack": "^2.5.1",
4086
- "webpack-sources": "^3.3.3"
4080
+ "webpack-sources": "^3.3.4"
4087
4081
  },
4088
4082
  "bin": {
4089
4083
  "webpack": "bin/webpack.js"
@@ -4158,8 +4152,8 @@
4158
4152
  }
4159
4153
  },
4160
4154
  "node_modules/webpack-sources": {
4161
- "version": "3.3.3",
4162
- "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==",
4155
+ "version": "3.3.4",
4156
+ "integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==",
4163
4157
  "dev": true,
4164
4158
  "license": "MIT",
4165
4159
  "engines": {
package/package.json CHANGED
@@ -1,9 +1,15 @@
1
1
  {
2
2
  "name": "@wavemaker/foundation-css",
3
- "version": "11.14.3-rc.6401",
3
+ "version": "11.15.0-2.247",
4
4
  "description": "Foundation of CSS used in WaveMaker with custom widgets.",
5
- "main": "foundation.css",
6
5
  "type": "module",
6
+ "main": "foundation.css",
7
+ "types": "dist/styles/index.d.ts",
8
+ "style": "foundation.css",
9
+ "exports": {
10
+ "import": "./index",
11
+ "require": "./cjs/foundation-css.cjs"
12
+ },
7
13
  "scripts": {
8
14
  "build": "npm run clean && npm run build:style-dist && tsc && npm run build:cjs && npm run compile-css && npm run minify-css && npm run copy-fonts && npm run copy-tokens && npm run copy-mobile-styles && npm run copy-mobile-variants && npm run copy-mobile-studio-styles && node ./scripts/build.js post-build",
9
15
  "build:style-dist": "node scripts/style-dictionary/build-web.js && node scripts/style-dictionary/build-mobile.js",
@@ -38,10 +44,5 @@
38
44
  "license": "ISC",
39
45
  "dependencies": {
40
46
  "chroma-js": "^3.1.2"
41
- },
42
- "style": "foundation.css",
43
- "exports": {
44
- "import": "./index",
45
- "require": "./cjs/foundation-css.cjs"
46
47
  }
47
48
  }
@@ -17,6 +17,8 @@
17
17
  }
18
18
 
19
19
  .app-carousel-active-slide {
20
+ padding-left: var(--wm-carousel-slide-padding-horizontal);
21
+ padding-right: var(--wm-carousel-slide-padding-horizontal);
20
22
  }
21
23
  .app-carousel-prev-btn {
22
24
  }
@@ -99,6 +101,14 @@
99
101
  .app-carousel-active-dot {
100
102
  opacity: var(--wm-carousel-dots-opacity);
101
103
  background-color: var(--wm-carousel-dots-background);
104
+ width: var(--wm-carousel-dots-width);
105
+ height: var(--wm-carousel-dots-height);
106
+ border-radius: var(--wm-carousel-dots-border-radius);
107
+ border-color: var(--wm-carousel-dots-border-color);
108
+ margin-left: var(--wm-carousel-dots-margin-left);
109
+ margin-right: var(--wm-carousel-dots-margin-right);
110
+ background-color: var(--wm-carousel-dots-background);
111
+ border-width: var(--wm-carousel-dots-border-width);
102
112
  }
103
113
 
104
114
  .app-carousel-skeleton {
@@ -1,3 +1,7 @@
1
- .app-webview-container {
2
- min-height: var(--wm-webview-container-min-height);
1
+ .app-webview {
2
+ background-color: var(--wm-webview-background-color);
3
+ padding-right: var(--wm-webview-padding-right);
4
+ padding-left: var(--wm-webview-padding-left);
5
+ padding-bottom: var(--wm-webview-padding-bottom);
6
+ padding-top: var(--wm-webview-padding-top);
3
7
  }
@@ -5,8 +5,8 @@
5
5
 
6
6
  .app-anchor-text {
7
7
  color: var(--wm-anchor-color);
8
- padding-left: var(--wm-space-2);
9
- padding-right: var(--wm-space-2);
8
+ padding-left: var(--wm-anchor-text-padding-left);
9
+ padding-right: var(--wm-anchor-text-padding-right);
10
10
  font-size: var(--wm-anchor-font-size);
11
11
  font-family: var(--wm-anchor-font-family);
12
12
  font-weight: var(--wm-anchor-font-weight);
@@ -8,6 +8,12 @@
8
8
  border-top-left-radius: var(--wm-bottomsheet-border-radius);
9
9
  margin-left: var(--wm-bottomsheet-margin-left);
10
10
  margin-right: var(--wm-bottomsheet-margin-right);
11
+ border-top-width: var(--wm-bottomsheet-border-width-top);
12
+ border-bottom-width: var(--wm-bottomsheet-border-width-bottom);
13
+ border-left-width: var(--wm-bottomsheet-border-width-left);
14
+ border-right-width: var(--wm-bottomsheet-border-width-right);
15
+ border-color: var(--wm-bottomsheet-border-color);
16
+ border-style: var(--wm-bottomsheet-border-style);
11
17
  }
12
18
 
13
19
  .app-bottomsheet-draghandle-container {
@@ -9,7 +9,6 @@
9
9
  border-radius: var(--wm-btn-radius);
10
10
  ripple-color: var(--wm-btn-ripple-color);
11
11
  box-shadow: var(--wm-btn-shadow);
12
- align-self: flex-start;
13
12
  flex-direction: column;
14
13
  overflow: hidden;
15
14
  min-width: var(--wm-btn-min-width);
@@ -51,16 +50,20 @@
51
50
  padding-right: var(--wm-space-0);
52
51
  padding-top: var(--wm-space-0);
53
52
  padding-bottom: var(--wm-space-0);
54
- min-width: var(--wm-btn-icon-size);
55
- width: var(--wm-btn-icon-size);
56
- height: var(--wm-btn-icon-size);
57
- font-size: var(--wm-btn-icon-size);
58
53
  }
59
54
 
60
55
  .app-button-icon .app-icon{
61
56
  color: var(--wm-btn-color);
62
57
  }
63
58
 
59
+ .app-button-icon .app-icon-shape {
60
+ min-width: var(--wm-btn-icon-size);
61
+ width: var(--wm-btn-icon-size);
62
+ height: var(--wm-btn-icon-size);
63
+ font-size: var(--wm-btn-icon-size);
64
+ line-height: var(--wm-btn-icon-size);
65
+ }
66
+
64
67
  .app-button-skeleton {
65
68
  width: var(--wm-btn-skeleton-width);
66
69
  height: var(--wm-btn-skeleton-height);
@@ -70,4 +73,13 @@
70
73
  width: 100%;
71
74
  }
72
75
 
76
+ .app-button-disabled .app-button {
77
+ color: var(--wm-btn-color);
78
+ background-color: var(--wm-btn-background);
79
+ border-color: var(--wm-btn-border-color);
80
+ opacity: var(--wm-btn-opacity);
81
+ cursor: var(--wm-btn-cursor);
82
+ box-shadow: var(--wm-btn-shadow);
83
+ }
84
+
73
85
  @import (optional) url('../variables/button.variant.less');
@@ -1,12 +1,13 @@
1
-
2
1
  .app-buttongroup {
3
2
  flex-direction: row;
4
3
  border-radius: var(--wm-button-group-radius);
4
+ border-width: var(--wm-button-group-border-width);
5
+ border-style: var(--wm-button-group-border-style);
6
+ border-color: var(--wm-button-group-border-color);
5
7
  }
6
8
 
7
9
  .btn-group-child-vertical {
8
10
  align-self: stretch;
9
- flex-grow: 0;
10
11
  }
11
12
 
12
13
  .btn-group-vertical.app-buttongroup {
@@ -16,18 +17,33 @@
16
17
 
17
18
  .btn-group-child {
18
19
  background-color: var(--wm-btn-background);
20
+ border-top-width: var(--wm-btn-border-width);
21
+ border-bottom-width: var(--wm-btn-border-width);
22
+ border-left-width: var(--wm-btn-border-width);
23
+ border-right-width: var(--wm-btn-border-width);
24
+ border-color: var(--wm-btn-border-color);
19
25
  }
20
26
 
21
27
  .btn-group-first-child {
22
28
  background-color: var(--wm-btn-background);
23
- border-top-left-radius: 0;
24
- border-bottom-left-radius: 0;
29
+ border-top-width: var(--wm-btn-border-width);
30
+ border-bottom-width: var(--wm-btn-border-width);
31
+ border-left-width: var(--wm-btn-border-width);
32
+ border-right-width: var(--wm-btn-border-width);
33
+ border-color: var(--wm-btn-border-color);
34
+ border-top-left-radius: var(--wm-btn-radius);
35
+ border-bottom-left-radius: var(--wm-btn-radius);
25
36
  }
26
37
 
27
38
  .btn-group-last-child {
28
39
  background-color: var(--wm-btn-background);
29
- border-top-right-radius: 0;
30
- border-bottom-right-radius: 0;
40
+ border-top-width: var(--wm-btn-border-width);
41
+ border-bottom-width: var(--wm-btn-border-width);
42
+ border-left-width: var(--wm-btn-border-width);
43
+ border-right-width: var(--wm-btn-border-width);
44
+ border-color: var(--wm-btn-border-color);
45
+ border-top-right-radius: var(--wm-btn-radius);
46
+ border-bottom-right-radius: var(--wm-btn-radius);
31
47
  }
32
48
 
33
49
  .app-buttongroup-skeleton {