@watermarkinsights/ripple 5.31.0-alpha.2 → 5.31.0-alpha.3

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 (306) hide show
  1. package/dist/cjs/{app-globals-f310dc82.js → app-globals-3f8985a8.js} +1 -1
  2. package/dist/cjs/app-globals-99bea3b4.js +158 -0
  3. package/dist/cjs/app-globals-bb5d9637.js +103 -0
  4. package/dist/cjs/app-globals-bbf82dcc.js +161 -0
  5. package/dist/cjs/chartFunctions-351edf56.js +906 -0
  6. package/dist/cjs/chartFunctions-9cd2b447.js +906 -0
  7. package/dist/cjs/functions-05cd64e3.js +10682 -0
  8. package/dist/cjs/functions-cf96746b.js +18301 -0
  9. package/dist/cjs/index-3bd2f5bf.js +3266 -0
  10. package/dist/cjs/interfaces-082b6d42.js +72 -0
  11. package/dist/cjs/interfaces-85840d5d.js +91 -0
  12. package/dist/cjs/intl-140f6bea.js +283 -0
  13. package/dist/cjs/intl-e322cf64.js +283 -0
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/cjs/priv-chart-popover.cjs.entry.js +131 -0
  16. package/dist/cjs/ripple.cjs.js +1 -1
  17. package/dist/cjs/shadow-css-7c4dbc43.js +334 -0
  18. package/dist/cjs/wm-action-menu.cjs.entry.js +365 -0
  19. package/dist/cjs/wm-chart-legend.cjs.entry.js +77 -0
  20. package/dist/cjs/wm-menuitem.cjs.entry.js +127 -0
  21. package/dist/cjs/wm-modal-footer.cjs.entry.js +48 -0
  22. package/dist/cjs/wm-modal-header.cjs.entry.js +40 -0
  23. package/dist/cjs/wm-modal-pss-footer.cjs.entry.js +44 -0
  24. package/dist/cjs/wm-modal-pss-header.cjs.entry.js +43 -0
  25. package/dist/cjs/wm-modal-pss.cjs.entry.js +143 -0
  26. package/dist/cjs/wm-modal.cjs.entry.js +160 -0
  27. package/dist/cjs/wm-navigation-hamburger.cjs.entry.js +53 -0
  28. package/dist/cjs/wm-navigation-item.cjs.entry.js +25 -0
  29. package/dist/cjs/wm-navigation.cjs.entry.js +120 -0
  30. package/dist/cjs/wm-option.cjs.entry.js +176 -0
  31. package/dist/cjs/wm-progress-indicator.cjs.entry.js +116 -0
  32. package/dist/cjs/wm-progress-monitor.cjs.entry.js +78 -0
  33. package/dist/cjs/wm-progress-slice.cjs.entry.js +22 -0
  34. package/dist/cjs/wm-select.cjs.entry.js +363 -0
  35. package/dist/cjs/wm-tab-item.cjs.entry.js +51 -0
  36. package/dist/cjs/wm-tab-list.cjs.entry.js +286 -0
  37. package/dist/cjs/wm-tab-panel.cjs.entry.js +30 -0
  38. package/dist/cjs/wm-toggletip.cjs.entry.js +5 -5
  39. package/dist/collection/components/wm-toggletip/wm-toggletip.js +6 -7
  40. package/dist/docs/docs.json +2 -2
  41. package/dist/docs/skill/wm-toggletip.md +1 -2
  42. package/dist/esm/app-globals-14e8fc38.js +159 -0
  43. package/dist/esm/app-globals-6ea0c4a8.js +156 -0
  44. package/dist/esm/{app-globals-0d90343d.js → app-globals-baf4966d.js} +1 -1
  45. package/dist/esm/app-globals-fbe51289.js +101 -0
  46. package/dist/esm/chartFunctions-295d929a.js +881 -0
  47. package/dist/esm/chartFunctions-6dc5067e.js +881 -0
  48. package/dist/esm/functions-1b74608e.js +18259 -0
  49. package/dist/esm/functions-438e60c4.js +10640 -0
  50. package/dist/esm/index-a4aa0209.js +3230 -0
  51. package/dist/esm/interfaces-09fe24c4.js +67 -0
  52. package/dist/esm/interfaces-9b4bfae2.js +86 -0
  53. package/dist/esm/intl-25f6dfb9.js +277 -0
  54. package/dist/esm/intl-af9ab0c5.js +277 -0
  55. package/dist/esm/loader.js +1 -1
  56. package/dist/esm/priv-chart-popover.entry.js +127 -0
  57. package/dist/esm/ripple.js +1 -1
  58. package/dist/esm/shadow-css-7ad5caf8.js +332 -0
  59. package/dist/esm/wm-action-menu.entry.js +361 -0
  60. package/dist/esm/wm-chart-legend.entry.js +73 -0
  61. package/dist/esm/wm-menuitem.entry.js +123 -0
  62. package/dist/esm/wm-modal-footer.entry.js +44 -0
  63. package/dist/esm/wm-modal-header.entry.js +36 -0
  64. package/dist/esm/wm-modal-pss-footer.entry.js +40 -0
  65. package/dist/esm/wm-modal-pss-header.entry.js +39 -0
  66. package/dist/esm/wm-modal-pss.entry.js +139 -0
  67. package/dist/esm/wm-modal.entry.js +156 -0
  68. package/dist/esm/wm-navigation-hamburger.entry.js +49 -0
  69. package/dist/esm/wm-navigation-item.entry.js +21 -0
  70. package/dist/esm/wm-navigation.entry.js +116 -0
  71. package/dist/esm/wm-option.entry.js +172 -0
  72. package/dist/esm/wm-progress-indicator.entry.js +112 -0
  73. package/dist/esm/wm-progress-monitor.entry.js +74 -0
  74. package/dist/esm/wm-progress-slice.entry.js +18 -0
  75. package/dist/esm/wm-select.entry.js +359 -0
  76. package/dist/esm/wm-tab-item.entry.js +47 -0
  77. package/dist/esm/wm-tab-list.entry.js +282 -0
  78. package/dist/esm/wm-tab-panel.entry.js +26 -0
  79. package/dist/esm/wm-toggletip.entry.js +5 -5
  80. package/dist/esm-es5/app-globals-baf4966d.js +1 -0
  81. package/dist/esm-es5/app-globals-fbe51289.js +1 -0
  82. package/dist/esm-es5/chartFunctions-295d929a.js +1 -0
  83. package/dist/esm-es5/functions-438e60c4.js +1 -0
  84. package/dist/esm-es5/interfaces-09fe24c4.js +1 -0
  85. package/dist/esm-es5/intl-25f6dfb9.js +1 -0
  86. package/dist/esm-es5/loader.js +1 -1
  87. package/dist/esm-es5/ripple.js +1 -1
  88. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  89. package/dist/ripple/app-globals-14e8fc38.js +159 -0
  90. package/dist/ripple/app-globals-674ed33a.system.js +1 -0
  91. package/dist/ripple/app-globals-6ea0c4a8.js +156 -0
  92. package/dist/ripple/app-globals-9a6e44cc.system.js +1 -0
  93. package/dist/ripple/chartFunctions-3a2854e5.system.js +1 -0
  94. package/dist/ripple/chartFunctions-6dc5067e.js +881 -0
  95. package/dist/ripple/functions-1b74608e.js +18259 -0
  96. package/dist/ripple/functions-44e66424.system.js +1 -0
  97. package/dist/ripple/index-a4aa0209.js +3017 -0
  98. package/dist/ripple/index-c1f8b17a.system.js +2 -0
  99. package/dist/ripple/index.system.js +3 -0
  100. package/dist/ripple/interfaces-5905bd2e.system.js +1 -0
  101. package/dist/ripple/interfaces-9b4bfae2.js +86 -0
  102. package/dist/ripple/intl-54e71657.system.js +1 -0
  103. package/dist/ripple/intl-af9ab0c5.js +277 -0
  104. package/dist/ripple/{p-8c1dea23.system.entry.js → p-02c8bf15.system.entry.js} +1 -1
  105. package/dist/ripple/{p-377ca118.entry.js → p-05dae6a0.entry.js} +1 -1
  106. package/dist/ripple/p-09a44b14.system.entry.js +1 -0
  107. package/dist/ripple/{p-177c248d.entry.js → p-09d5381c.entry.js} +1 -1
  108. package/dist/ripple/p-0cdda327.js +1 -0
  109. package/dist/ripple/{p-85e5a2ef.system.entry.js → p-0db033c3.system.entry.js} +1 -1
  110. package/dist/ripple/{p-114eeef7.system.entry.js → p-0feaaae9.system.entry.js} +1 -1
  111. package/dist/ripple/{p-237b9ade.system.entry.js → p-10aea5ee.system.entry.js} +1 -1
  112. package/dist/ripple/p-131d57c3.entry.js +1 -0
  113. package/dist/ripple/p-178ba906.js +1 -0
  114. package/dist/ripple/p-1f051611.system.js +1 -0
  115. package/dist/ripple/p-1fc894ac.system.entry.js +1 -0
  116. package/dist/ripple/{p-d90849d8.entry.js → p-227b0af9.entry.js} +1 -1
  117. package/dist/ripple/p-26f2c47b.system.js +1 -0
  118. package/dist/ripple/{p-66152ad5.system.entry.js → p-28b8a12e.system.entry.js} +1 -1
  119. package/dist/ripple/{p-5bcc465d.entry.js → p-2a03f658.entry.js} +1 -1
  120. package/dist/ripple/p-2cf2f73e.entry.js +1 -0
  121. package/dist/ripple/p-306f3b47.system.entry.js +1 -0
  122. package/dist/ripple/{p-ac1683dc.system.entry.js → p-332a3e3d.system.entry.js} +1 -1
  123. package/dist/ripple/{p-a9a20398.entry.js → p-39bac42a.entry.js} +1 -1
  124. package/dist/ripple/{p-d1f04ee8.entry.js → p-3bd8537c.entry.js} +1 -1
  125. package/dist/ripple/{p-5e96eaf7.system.entry.js → p-3e8bfc68.system.entry.js} +1 -1
  126. package/dist/ripple/p-3f5576b8.system.entry.js +1 -0
  127. package/dist/ripple/{p-f288148b.entry.js → p-3f69041f.entry.js} +1 -1
  128. package/dist/ripple/p-40e8071c.system.entry.js +1 -0
  129. package/dist/ripple/{p-ebef63ec.system.entry.js → p-444feb7d.system.entry.js} +1 -1
  130. package/dist/ripple/{p-c9822c77.entry.js → p-4533241f.entry.js} +1 -1
  131. package/dist/ripple/{p-053c9d53.entry.js → p-463be5be.entry.js} +1 -1
  132. package/dist/ripple/{p-721ecba8.system.entry.js → p-4e7ae2c5.system.entry.js} +1 -1
  133. package/dist/ripple/p-4f53544d.entry.js +1 -0
  134. package/dist/ripple/{p-04e6ea9c.system.entry.js → p-503330c1.system.entry.js} +1 -1
  135. package/dist/ripple/{p-4ff46307.entry.js → p-5173359e.entry.js} +1 -1
  136. package/dist/ripple/p-54fff8d1.entry.js +1 -0
  137. package/dist/ripple/p-5afc108c.js +1 -0
  138. package/dist/ripple/p-5bdd4f8e.system.js +1 -0
  139. package/dist/ripple/{p-48ed48d4.system.entry.js → p-5f092b39.system.entry.js} +1 -1
  140. package/dist/ripple/p-6279fb39.system.js +1 -0
  141. package/dist/ripple/{p-1efc8c25.entry.js → p-6479b06b.entry.js} +1 -1
  142. package/dist/ripple/{p-e87089e5.entry.js → p-680f5703.entry.js} +1 -1
  143. package/dist/ripple/{p-4cb5807d.entry.js → p-6de83c6f.entry.js} +1 -1
  144. package/dist/ripple/{p-dcfdf265.entry.js → p-709d1765.entry.js} +1 -1
  145. package/dist/ripple/{p-d68527b6.system.entry.js → p-7ca0bb68.system.entry.js} +1 -1
  146. package/dist/ripple/p-84e04896.entry.js +1 -0
  147. package/dist/ripple/{p-34755f95.entry.js → p-8e6e868a.entry.js} +1 -1
  148. package/dist/ripple/p-928b3e5e.entry.js +1 -0
  149. package/dist/ripple/p-956cb6a9.system.js +1 -0
  150. package/dist/ripple/p-9a5d11cb.entry.js +1 -0
  151. package/dist/ripple/{p-9cf98efe.system.entry.js → p-9d345fc7.system.entry.js} +1 -1
  152. package/dist/ripple/{p-f7fc6350.system.js → p-9f13a0f7.system.js} +1 -1
  153. package/dist/ripple/p-a03315ce.entry.js +1 -0
  154. package/dist/ripple/{p-471f1dc5.system.entry.js → p-a0aba3e0.system.entry.js} +1 -1
  155. package/dist/ripple/{p-f5afa781.system.entry.js → p-a3dd5204.system.entry.js} +1 -1
  156. package/dist/ripple/p-a6aef87d.system.entry.js +1 -0
  157. package/dist/ripple/{p-63c94399.system.entry.js → p-a6ef995c.system.entry.js} +1 -1
  158. package/dist/ripple/p-a7e637a5.system.entry.js +1 -0
  159. package/dist/ripple/p-aafced54.system.entry.js +1 -0
  160. package/dist/ripple/p-acac6687.js +1 -0
  161. package/dist/ripple/{p-1d71e253.system.entry.js → p-b11abb0d.system.entry.js} +1 -1
  162. package/dist/ripple/{p-d457692c.system.entry.js → p-b1924539.system.entry.js} +1 -1
  163. package/dist/ripple/{p-d0cf4ccc.system.entry.js → p-b654743f.system.entry.js} +1 -1
  164. package/dist/ripple/p-b974a535.system.entry.js +1 -0
  165. package/dist/ripple/{p-6a5c1a8c.system.entry.js → p-bb9f54cf.system.entry.js} +1 -1
  166. package/dist/ripple/p-bd37dd6f.entry.js +1 -0
  167. package/dist/ripple/{p-8f80d300.entry.js → p-bdb10d37.entry.js} +1 -1
  168. package/dist/ripple/{p-4d85b8d3.entry.js → p-bf3eef42.entry.js} +1 -1
  169. package/dist/ripple/p-bff5c1d5.js +1 -0
  170. package/dist/ripple/{p-723b7b1e.system.entry.js → p-c04d0eeb.system.entry.js} +1 -1
  171. package/dist/ripple/{p-6b4e3edc.entry.js → p-c1abc58e.entry.js} +1 -1
  172. package/dist/ripple/p-c7bd2b6b.js +1 -0
  173. package/dist/ripple/p-cc028323.entry.js +1 -0
  174. package/dist/ripple/p-d05b7cd3.entry.js +1 -0
  175. package/dist/ripple/{p-019b2974.entry.js → p-dab54a9d.entry.js} +1 -1
  176. package/dist/ripple/{p-439d588b.system.entry.js → p-dbdae848.system.entry.js} +1 -1
  177. package/dist/ripple/{p-7d51738b.system.entry.js → p-e0c0e8b0.system.entry.js} +1 -1
  178. package/dist/ripple/p-e1a6ee77.entry.js +1 -0
  179. package/dist/ripple/p-e427094b.system.js +1 -0
  180. package/dist/ripple/{p-e3986d43.system.entry.js → p-e65f7933.system.entry.js} +1 -1
  181. package/dist/ripple/p-e6704efd.system.js +1 -0
  182. package/dist/ripple/{p-e3e1848b.system.entry.js → p-e78f9572.system.entry.js} +1 -1
  183. package/dist/ripple/p-eda49f0e.entry.js +1 -0
  184. package/dist/ripple/{p-845c4a55.entry.js → p-ee26ba53.entry.js} +1 -1
  185. package/dist/ripple/{p-a7ee35c7.system.entry.js → p-ee729037.system.entry.js} +1 -1
  186. package/dist/ripple/{p-c6bdcbbc.entry.js → p-f51404f5.entry.js} +1 -1
  187. package/dist/ripple/{p-da8bc55d.system.entry.js → p-f68e4b39.system.entry.js} +1 -1
  188. package/dist/ripple/p-f77f1c50.entry.js +1 -0
  189. package/dist/ripple/{p-b466d6c3.entry.js → p-f94af31c.entry.js} +1 -1
  190. package/dist/ripple/{p-bf22f7d3.entry.js → p-fb6aee09.entry.js} +1 -1
  191. package/dist/ripple/{p-e4037ff0.system.entry.js → p-ff6fd274.system.entry.js} +1 -1
  192. package/dist/ripple/priv-calendar.entry.js +575 -0
  193. package/dist/ripple/priv-calendar.system.entry.js +1 -0
  194. package/dist/ripple/priv-chart-popover-old.entry.js +141 -0
  195. package/dist/ripple/priv-chart-popover-old.system.entry.js +1 -0
  196. package/dist/ripple/priv-chart-popover.entry.js +127 -0
  197. package/dist/ripple/priv-chart-popover.system.entry.js +1 -0
  198. package/dist/ripple/priv-navigator-button.entry.js +24 -0
  199. package/dist/ripple/priv-navigator-button.system.entry.js +1 -0
  200. package/dist/ripple/priv-navigator-item.entry.js +30 -0
  201. package/dist/ripple/priv-navigator-item.system.entry.js +1 -0
  202. package/dist/ripple/priv-option-list.entry.js +385 -0
  203. package/dist/ripple/priv-option-list.system.entry.js +1 -0
  204. package/dist/ripple/ripple.esm.js +1 -1
  205. package/dist/ripple/ripple.js +1 -1
  206. package/dist/ripple/ripple.system.js +1 -0
  207. package/dist/ripple/shadow-css-52666f6a.system.js +12 -0
  208. package/dist/ripple/shadow-css-7ad5caf8.js +332 -0
  209. package/dist/ripple/wm-action-menu.entry.js +361 -0
  210. package/dist/ripple/wm-action-menu.system.entry.js +1 -0
  211. package/dist/ripple/wm-button.entry.js +275 -0
  212. package/dist/ripple/wm-button.system.entry.js +1 -0
  213. package/dist/ripple/{p-a39da382.entry.js → wm-chart-bar.entry.js} +444 -1
  214. package/dist/ripple/wm-chart-bar.system.entry.js +1 -0
  215. package/dist/ripple/wm-chart-column.entry.js +624 -0
  216. package/dist/ripple/wm-chart-column.system.entry.js +1 -0
  217. package/dist/ripple/wm-chart-legend.entry.js +73 -0
  218. package/dist/ripple/{p-683372ca.entry.js → wm-chart-legend.system.entry.js} +1 -1
  219. package/dist/ripple/wm-chart-slice.entry.js +23 -0
  220. package/dist/ripple/wm-chart-slice.system.entry.js +1 -0
  221. package/dist/ripple/wm-chart.entry.js +158 -0
  222. package/dist/ripple/wm-chart.system.entry.js +1 -0
  223. package/dist/ripple/wm-date-range.entry.js +586 -0
  224. package/dist/ripple/wm-date-range.system.entry.js +1 -0
  225. package/dist/ripple/wm-datepicker.entry.js +394 -0
  226. package/dist/ripple/wm-datepicker.system.entry.js +1 -0
  227. package/dist/ripple/wm-file-list.entry.js +18 -0
  228. package/dist/ripple/wm-file-list.system.entry.js +1 -0
  229. package/dist/ripple/wm-file.entry.js +205 -0
  230. package/dist/ripple/wm-file.system.entry.js +1 -0
  231. package/dist/ripple/wm-flyout.entry.js +181 -0
  232. package/dist/ripple/wm-flyout.system.entry.js +1 -0
  233. package/dist/ripple/wm-input.entry.js +126 -0
  234. package/dist/ripple/wm-input.system.entry.js +1 -0
  235. package/dist/ripple/wm-line-chart.entry.js +536 -0
  236. package/dist/ripple/wm-line-chart.system.entry.js +1 -0
  237. package/dist/ripple/wm-menuitem.entry.js +123 -0
  238. package/dist/ripple/wm-menuitem.system.entry.js +1 -0
  239. package/dist/ripple/wm-modal-footer.entry.js +44 -0
  240. package/dist/ripple/wm-modal-footer.system.entry.js +1 -0
  241. package/dist/ripple/wm-modal-header.entry.js +36 -0
  242. package/dist/ripple/wm-modal-header.system.entry.js +1 -0
  243. package/dist/ripple/wm-modal-pss-footer.entry.js +40 -0
  244. package/dist/ripple/wm-modal-pss-footer.system.entry.js +1 -0
  245. package/dist/ripple/wm-modal-pss-header.entry.js +39 -0
  246. package/dist/ripple/wm-modal-pss-header.system.entry.js +1 -0
  247. package/dist/ripple/wm-modal-pss.entry.js +139 -0
  248. package/dist/ripple/wm-modal-pss.system.entry.js +1 -0
  249. package/dist/ripple/wm-modal.entry.js +156 -0
  250. package/dist/ripple/wm-modal.system.entry.js +1 -0
  251. package/dist/ripple/wm-navigation-hamburger.entry.js +49 -0
  252. package/dist/ripple/wm-navigation-hamburger.system.entry.js +1 -0
  253. package/dist/ripple/wm-navigation-item.entry.js +21 -0
  254. package/dist/ripple/wm-navigation-item.system.entry.js +1 -0
  255. package/dist/ripple/wm-navigation.entry.js +116 -0
  256. package/dist/ripple/wm-navigation.system.entry.js +1 -0
  257. package/dist/ripple/wm-navigator.entry.js +370 -0
  258. package/dist/ripple/wm-navigator.system.entry.js +1 -0
  259. package/dist/ripple/wm-nested-select.entry.js +315 -0
  260. package/dist/ripple/wm-nested-select.system.entry.js +1 -0
  261. package/dist/ripple/wm-optgroup.entry.js +79 -0
  262. package/dist/ripple/wm-optgroup.system.entry.js +1 -0
  263. package/dist/ripple/wm-option.entry.js +172 -0
  264. package/dist/ripple/wm-option.system.entry.js +1 -0
  265. package/dist/ripple/wm-pagination.entry.js +224 -0
  266. package/dist/ripple/wm-pagination.system.entry.js +1 -0
  267. package/dist/ripple/wm-progress-indicator.entry.js +112 -0
  268. package/dist/ripple/wm-progress-indicator.system.entry.js +1 -0
  269. package/dist/ripple/wm-progress-monitor.entry.js +74 -0
  270. package/dist/ripple/wm-progress-monitor.system.entry.js +1 -0
  271. package/dist/ripple/wm-progress-slice.entry.js +18 -0
  272. package/dist/ripple/wm-progress-slice.system.entry.js +1 -0
  273. package/dist/ripple/wm-search.entry.js +191 -0
  274. package/dist/ripple/wm-search.system.entry.js +1 -0
  275. package/dist/ripple/wm-select.entry.js +359 -0
  276. package/dist/ripple/wm-select.system.entry.js +1 -0
  277. package/dist/ripple/wm-snackbar.entry.js +171 -0
  278. package/dist/ripple/wm-snackbar.system.entry.js +1 -0
  279. package/dist/ripple/wm-tab-item.entry.js +47 -0
  280. package/dist/ripple/wm-tab-item.system.entry.js +1 -0
  281. package/dist/ripple/wm-tab-list.entry.js +282 -0
  282. package/dist/ripple/wm-tab-list.system.entry.js +1 -0
  283. package/dist/ripple/wm-tab-panel.entry.js +26 -0
  284. package/dist/ripple/wm-tab-panel.system.entry.js +1 -0
  285. package/dist/ripple/wm-tag-input.entry.js +955 -0
  286. package/dist/ripple/wm-tag-input.system.entry.js +1 -0
  287. package/dist/ripple/wm-tag-option.entry.js +47 -0
  288. package/dist/ripple/wm-tag-option.system.entry.js +1 -0
  289. package/dist/ripple/wm-textarea.entry.js +89 -0
  290. package/dist/ripple/wm-textarea.system.entry.js +1 -0
  291. package/dist/ripple/wm-timepicker.entry.js +320 -0
  292. package/dist/ripple/wm-timepicker.system.entry.js +1 -0
  293. package/dist/ripple/wm-toggletip.entry.js +247 -0
  294. package/dist/ripple/wm-toggletip.system.entry.js +1 -0
  295. package/dist/ripple/{p-858bd668.entry.js → wm-uploader.entry.js} +336 -1
  296. package/dist/ripple/wm-uploader.system.entry.js +1 -0
  297. package/dist/ripple/wm-wrapper.entry.js +17 -0
  298. package/dist/ripple/wm-wrapper.system.entry.js +1 -0
  299. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +1 -2
  300. package/dist/types/components.d.ts +4 -8
  301. package/package.json +2 -2
  302. package/dist/esm-es5/app-globals-0d90343d.js +0 -1
  303. package/dist/ripple/p-2f297bf8.js +0 -1
  304. package/dist/ripple/p-6a7b26a1.system.js +0 -1
  305. package/dist/ripple/p-e651d0e9.entry.js +0 -1
  306. package/dist/ripple/p-ee960296.entry.js +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.