@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
@@ -23,6 +23,7 @@ export declare const componentsList: {
23
23
  };
24
24
  bottomsheet: {
25
25
  key: string;
26
+ widgetTag: string;
26
27
  };
27
28
  button: {
28
29
  widgetTag: string;
@@ -34,6 +35,11 @@ export declare const componentsList: {
34
35
  widgetTag: string;
35
36
  columnWidth: number;
36
37
  };
38
+ camera: {
39
+ widgetTag: string;
40
+ key: string;
41
+ columnWidth: number;
42
+ };
37
43
  calendar: {
38
44
  widgetTag: string;
39
45
  key: string;
@@ -134,6 +140,14 @@ export declare const componentsList: {
134
140
  };
135
141
  "modal-dialog": {
136
142
  key: string;
143
+ widgetTag: string;
144
+ columnWidth: number;
145
+ };
146
+ navitem: {
147
+ widgetTag: string;
148
+ key: string;
149
+ displayName: string;
150
+ columnWidth: number;
137
151
  };
138
152
  navbar: {
139
153
  widgetTag: string;
@@ -150,6 +164,12 @@ export declare const componentsList: {
150
164
  key: string;
151
165
  columnWidth: number;
152
166
  };
167
+ "panel-footer": {
168
+ widgetTag: string;
169
+ key: string;
170
+ columnWidth: number;
171
+ displayName: string;
172
+ };
153
173
  picture: {
154
174
  widgetTag: string;
155
175
  key: string;
@@ -64,7 +64,7 @@ export const componentsList = {
64
64
  },
65
65
  bottomsheet: {
66
66
  key: "bottomsheet",
67
- // widgetTag:"'wm-bottomsheet",
67
+ widgetTag: "wm-bottomsheet",
68
68
  // columnWidth: 10,
69
69
  },
70
70
  button: {
@@ -77,6 +77,11 @@ export const componentsList = {
77
77
  widgetTag: "wm-buttongroup",
78
78
  columnWidth: 8,
79
79
  },
80
+ camera: {
81
+ widgetTag: "wm-camera",
82
+ key: "camera",
83
+ columnWidth: 6,
84
+ },
80
85
  calendar: {
81
86
  widgetTag: "wm-calendar",
82
87
  key: "calendar",
@@ -105,7 +110,7 @@ export const componentsList = {
105
110
  chips: {
106
111
  widgetTag: "wm-chips",
107
112
  key: "chips",
108
- columnWidth: 5,
113
+ columnWidth: 6,
109
114
  },
110
115
  container: {
111
116
  widgetTag: "wm-container",
@@ -172,7 +177,22 @@ export const componentsList = {
172
177
  key: "message",
173
178
  columnWidth: 4,
174
179
  },
175
- "modal-dialog": { key: "modal-dialog" },
180
+ "modal-dialog": {
181
+ key: "modal-dialog",
182
+ widgetTag: "wm-dialog",
183
+ columnWidth: 6,
184
+ },
185
+ // nav:{
186
+ // widgetTag: "wm-nav",
187
+ // key: "nav",
188
+ // columnWidth: 6,
189
+ // },
190
+ navitem: {
191
+ widgetTag: "wm-nav-item",
192
+ key: "navitem",
193
+ displayName: "Nav: Item",
194
+ columnWidth: 6,
195
+ },
176
196
  navbar: {
177
197
  widgetTag: "wm-mobile-navbar",
178
198
  key: "navbar",
@@ -188,6 +208,12 @@ export const componentsList = {
188
208
  key: "panel",
189
209
  columnWidth: 4,
190
210
  },
211
+ "panel-footer": {
212
+ widgetTag: "wm-panel-footer",
213
+ key: "panel-footer",
214
+ columnWidth: 4,
215
+ displayName: "Panel: Footer",
216
+ },
191
217
  picture: {
192
218
  widgetTag: "wm-picture",
193
219
  key: "picture",
@@ -1 +1 @@
1
- {"version":3,"file":"native_mobile.index.js","sourceRoot":"./","sources":["native_mobile.index.ts"],"names":[],"mappings":"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","sourcesContent":["// Primitives\nimport colorDefault from \"./src/tokens/mobile/global/colors/color.json\";\nimport colorLight from \"./src/tokens/mobile/global/colors/color.light.json\";\nimport colorDark from \"./src/tokens/mobile/global/colors/color.dark.json\";\nimport fontDefault from \"./src/tokens/mobile/global/font/font.json\";\nimport spacingDefault from \"./src/tokens/mobile/global/space/space.json\";\nimport radiusDefault from \"./src/tokens/mobile/global/radius/radius.json\";\nimport opacityDefault from \"./src/tokens/mobile/global/opacity/opacity.json\";\nimport elevationDefault from \"./src/tokens/mobile/global/elevation/elevation.json\";\nimport iconDefault from \"./src/tokens/mobile/global/icon/icon.json\";\nimport borderDefault from \"./src/tokens/mobile/global/border/border.json\";\nimport borderStyleDefault from \"./src/tokens/mobile/global/border-style/border-style.json\";\n\nimport { TokenGroup } from './web.index';\n\n// Organized Tokens\nexport const tokens: Record<string, TokenGroup> = {\n color: {\n default: colorDefault,\n light: colorLight,\n dark: colorDark,\n },\n font: {\n default: fontDefault,\n },\n space: {\n default: spacingDefault,\n },\n radius: {\n default: radiusDefault,\n },\n opacity: {\n default: opacityDefault,\n },\n elevation: {\n default: elevationDefault,\n },\n icon: {\n default: iconDefault,\n },\n border: {\n default: borderDefault,\n },\n borderStyle: {\n default: borderStyleDefault,\n },\n};\n\nexport const componentsList = {\n accordion: {\n widgetTag: \"wm-accordion\", \n key: \"accordion\",\n columnWidth: 5, \n },\n anchor: {\n widgetTag: \"wm-anchor\",\n key: \"anchor\",\n columnWidth: 3, \n },\n audio: {\n widgetTag: \"wm-audio\",\n key: \"audio\",\n columnWidth: 6,\n },\n barcodescanner:{ key: \"barcodescanner\",\n widgetTag: \"wm-barcodescanner\",\n columnWidth: 6, \n },\n bottomsheet: {\n key: \"bottomsheet\",\n // widgetTag:\"'wm-bottomsheet\",\n // columnWidth: 10, \n },\n button: {\n widgetTag: \"wm-button\",\n key: \"button\",\n columnWidth: 3,\n },\n \"button-group\": {\n key: \"button-group\",\n widgetTag: \"wm-buttongroup\",\n columnWidth: 8,\n },\n calendar: {\n widgetTag: \"wm-calendar\", \n key: \"calendar\",\n columnWidth: 8, \n },\n cards: {\n widgetTag: \"wm-card\", \n key: \"cards\",\n columnWidth: 6, \n },\n carousel: {\n widgetTag: \"wm-carousel\", \n key: \"carousel\",\n columnWidth: 8, \n },\n checkbox: {\n widgetTag: \"wm-checkbox\",\n key: \"checkbox\",\n columnWidth: 3,\n },\n checkboxset: {\n widgetTag: \"wm-checkboxset\",\n key: \"checkboxset\",\n columnWidth: 8, \n },\n chips: {\n widgetTag: \"wm-chips\",\n key: \"chips\",\n columnWidth: 5,\n },\n container: {\n widgetTag: \"wm-container\",\n key: \"container\",\n columnWidth: 5,\n },\n currency: {\n widgetTag: \"wm-currency\",\n key: \"currency\",\n columnWidth: 6,\n },\n datetime: {\n widgetTag: \"wm-datetime\",\n columnWidth: 7,\n key: \"datetime\"\n },\n \"dropdown-menu\": {\n widgetTag: \"wm-menu\", \n columnWidth: 3, \n key: \"dropdown-menu\",\n },\n fileupload: {\n key: \"fileupload\",\n widgetTag: \"wm-fileupload\", \n columnWidth : 6, \n },\n \"form-wrapper\": { \n key: \"form-wrapper\",\n widgetTag: \"wm-form\",\n columnWidth: 8,\n },\n \"form-controls\": {key: \"form-controls\",\n widgetTag: \"wm-form-field\",\n columnWidth: 16,\n },\n \"grid-layout\": { key: \"grid-layout\" },\n icon: {\n widgetTag: \"wm-icon\",\n key: \"icon\",\n columnWidth: 2,\n },\n label: {\n widgetTag: \"wm-label\",\n key: \"label\",\n columnWidth: 2,\n },\n list: {\n key: \"list\",\n widgetTag: \"wm-list\",\n columnWidth: 6,\n },\n login: {\n key: \"login\",\n widgetTag: \"wm-login\",\n columnWidth: 6,\n },\n lottie: {\n key: \"lottie\",\n widgetTag: \"wm-lottie\",\n columnWidth: 6,\n },\n message: {\n widgetTag: \"wm-message\",\n key: \"message\",\n columnWidth: 4,\n },\n \"modal-dialog\": { key: \"modal-dialog\" },\n navbar: {\n widgetTag: \"wm-mobile-navbar\",\n key: \"navbar\",\n columnWidth: 6,\n },\n \"page-content\": {\n widgetTag: \"wm-page-content\",\n key: \"page-content\",\n columnWidth: 4,\n },\n panel: {\n widgetTag: \"wm-panel\",\n key: \"panel\",\n columnWidth: 4,\n },\n picture: {\n widgetTag: \"wm-picture\",\n key: \"picture\",\n columnWidth: 2,\n },\n popover: {\n widgetTag: \"wm-popover\",\n key: \"popover\",\n columnWidth: 5, \n },\n \"progress-bar\": {\n widgetTag: \"wm-progress-bar\",\n key: \"progress-bar\",\n columnWidth: 4,\n },\n \"progress-circle\": {\n widgetTag: \"wm-progress-circle\", \n key: \"progress-cicle\",\n columnWidth: 5, \n },\n radioset: {\n widgetTag: \"wm-radioset\",\n key: \"radioset\",\n columnWidth: 3,\n },\n rating: {\n widgetTag: \"wm-rating\", \n key: \"rating\",\n columnWidth: 4,\n },\n // scrollbar: { key: \"scrollbar\" },\n search: {\n widgetTag: \"wm-search\", \n key: \"search\",\n columnWidth: 4,\n },\n slider: {\n widgetTag: \"wm-slider\",\n key: \"slider\",\n columnWidth: 4,\n },\n spinner: {\n widgetTag: \"wm-spinner\", \n key: \"spinner\",\n columnWidth: 3, \n },\n switch: {\n widgetTag: \"wm-switch\",\n key: \"switch\",\n columnWidth: 3,\n },\n tabbar: { \n key: \"tabbar\",\n widgetTag: \"wm-mobile-tabbar\",\n columnWidth: 6,\n },\n tabs: {\n widgetTag: \"wm-tabs\",\n key: \"tabs\",\n columnWidth: 7,\n },\n tile: {\n widgetTag: \"wm-tile\",\n key: \"tile\",\n columnWidth: 4, \n },\n toggle: {\n widgetTag : \"wm-toggle\",\n key: \"toggle\",\n columnWidth : 2, \n },\n video: {\n widgetTag: \"wm-video\",\n key: \"video\",\n columnWidth: 6,\n },\n webview: {\n widgetTag: \"wm-webview\",\n key: \"webview\",\n columnWidth: 6,\n },\n wizard: {\n widgetTag: \"wm-wizard\",\n key: \"wizard\",\n columnWidth: 8,\n },\n};\n"]}
1
+ {"version":3,"file":"native_mobile.index.js","sourceRoot":"./","sources":["native_mobile.index.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,OAAO,YAAY,MAAM,8CAA8C,CAAC;AACxE,OAAO,UAAU,MAAM,oDAAoD,CAAC;AAC5E,OAAO,SAAS,MAAM,mDAAmD,CAAC;AAC1E,OAAO,WAAW,MAAM,2CAA2C,CAAC;AACpE,OAAO,cAAc,MAAM,6CAA6C,CAAC;AACzE,OAAO,aAAa,MAAM,+CAA+C,CAAC;AAC1E,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAC7E,OAAO,gBAAgB,MAAM,qDAAqD,CAAC;AACnF,OAAO,WAAW,MAAM,2CAA2C,CAAC;AACpE,OAAO,aAAa,MAAM,+CAA+C,CAAC;AAC1E,OAAO,kBAAkB,MAAM,2DAA2D,CAAC;AAI3F,mBAAmB;AACnB,MAAM,CAAC,MAAM,MAAM,GAA+B;IAChD,KAAK,EAAE;QACL,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,UAAU;QACjB,IAAI,EAAE,SAAS;KAChB;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,WAAW;KACrB;IACD,KAAK,EAAE;QACL,OAAO,EAAE,cAAc;KACxB;IACD,MAAM,EAAE;QACN,OAAO,EAAE,aAAa;KACvB;IACD,OAAO,EAAE;QACP,OAAO,EAAE,cAAc;KACxB;IACD,SAAS,EAAE;QACT,OAAO,EAAE,gBAAgB;KAC1B;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,WAAW;KACrB;IACD,MAAM,EAAE;QACN,OAAO,EAAE,aAAa;KACvB;IACD,WAAW,EAAE;QACX,OAAO,EAAE,kBAAkB;KAC5B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,SAAS,EAAE;QACT,SAAS,EAAE,cAAc;QACzB,GAAG,EAAE,WAAW;QAChB,WAAW,EAAE,CAAC;KACf;IACD,MAAM,EAAE;QACN,SAAS,EAAE,WAAW;QACtB,GAAG,EAAE,QAAQ;QACb,WAAW,EAAE,CAAC;KACf;IACD,KAAK,EAAE;QACL,SAAS,EAAE,UAAU;QACrB,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,CAAC;KACf;IACD,cAAc,EAAC,EAAE,GAAG,EAAE,gBAAgB;QACpC,SAAS,EAAE,mBAAmB;QAC9B,WAAW,EAAE,CAAC;KACd;IACF,WAAW,EAAE;QACX,GAAG,EAAE,aAAa;QAClB,SAAS,EAAC,gBAAgB;QAC1B,oBAAoB;KACrB;IACD,MAAM,EAAE;QACN,SAAS,EAAE,WAAW;QACtB,GAAG,EAAE,QAAQ;QACb,WAAW,EAAE,CAAC;KACf;IACD,cAAc,EAAE;QACd,GAAG,EAAE,cAAc;QACnB,SAAS,EAAE,gBAAgB;QAC3B,WAAW,EAAE,CAAC;KACf;IACD,MAAM,EAAE;QACN,SAAS,EAAE,WAAW;QACtB,GAAG,EAAE,QAAQ;QACb,WAAW,EAAE,CAAC;KACf;IACD,QAAQ,EAAE;QACR,SAAS,EAAE,aAAa;QACxB,GAAG,EAAE,UAAU;QACf,WAAW,EAAE,CAAC;KACf;IACD,KAAK,EAAE;QACL,SAAS,EAAE,SAAS;QACpB,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,CAAC;KACf;IACD,QAAQ,EAAE;QACR,SAAS,EAAE,aAAa;QACxB,GAAG,EAAE,UAAU;QACf,WAAW,EAAE,CAAC;KACf;IACD,QAAQ,EAAE;QACR,SAAS,EAAE,aAAa;QACxB,GAAG,EAAE,UAAU;QACf,WAAW,EAAE,CAAC;KACf;IACD,WAAW,EAAE;QACX,SAAS,EAAE,gBAAgB;QAC3B,GAAG,EAAE,aAAa;QAClB,WAAW,EAAE,CAAC;KACf;IACD,KAAK,EAAE;QACL,SAAS,EAAE,UAAU;QACrB,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,CAAC;KACf;IACD,SAAS,EAAE;QACT,SAAS,EAAE,cAAc;QACzB,GAAG,EAAE,WAAW;QAChB,WAAW,EAAE,CAAC;KACf;IACD,QAAQ,EAAE;QACR,SAAS,EAAE,aAAa;QACxB,GAAG,EAAE,UAAU;QACf,WAAW,EAAE,CAAC;KACf;IACD,QAAQ,EAAE;QACR,SAAS,EAAE,aAAa;QACxB,WAAW,EAAE,CAAC;QACd,GAAG,EAAE,UAAU;KAChB;IACD,eAAe,EAAE;QACf,SAAS,EAAG,SAAS;QACrB,WAAW,EAAE,CAAC;QACd,GAAG,EAAE,eAAe;KACrB;IACD,UAAU,EAAE;QACV,GAAG,EAAE,YAAY;QACjB,SAAS,EAAE,eAAe;QAC1B,WAAW,EAAG,CAAC;KAChB;IACD,cAAc,EAAE;QACd,GAAG,EAAE,cAAc;QACnB,SAAS,EAAE,SAAS;QACpB,WAAW,EAAE,CAAC;KACd;IACF,eAAe,EAAE,EAAC,GAAG,EAAE,eAAe;QACpC,SAAS,EAAE,eAAe;QAC1B,WAAW,EAAE,EAAE;KAChB;IACD,aAAa,EAAE,EAAE,GAAG,EAAE,aAAa,EAAE;IACrC,IAAI,EAAE;QACJ,SAAS,EAAE,SAAS;QACpB,GAAG,EAAE,MAAM;QACX,WAAW,EAAE,CAAC;KACf;IACD,KAAK,EAAE;QACL,SAAS,EAAE,UAAU;QACrB,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,CAAC;KACf;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,MAAM;QACX,SAAS,EAAE,SAAS;QACpB,WAAW,EAAE,CAAC;KACd;IACF,KAAK,EAAE;QACL,GAAG,EAAE,OAAO;QACZ,SAAS,EAAE,UAAU;QACrB,WAAW,EAAE,CAAC;KACf;IACD,MAAM,EAAE;QACN,GAAG,EAAE,QAAQ;QACb,SAAS,EAAE,WAAW;QACtB,WAAW,EAAE,CAAC;KACf;IACD,OAAO,EAAE;QACP,SAAS,EAAE,YAAY;QACvB,GAAG,EAAE,SAAS;QACd,WAAW,EAAE,CAAC;KACf;IACD,cAAc,EAAE;QACd,GAAG,EAAE,cAAc;QACnB,SAAS,EAAE,WAAW;QACtB,WAAW,EAAE,CAAC;KAEf;IACD,QAAQ;IACR,yBAAyB;IACzB,gBAAgB;IAChB,oBAAoB;IACpB,KAAK;IACL,OAAO,EAAC;QACN,SAAS,EAAE,aAAa;QACxB,GAAG,EAAE,SAAS;QACd,WAAW,EAAE,WAAW;QACxB,WAAW,EAAE,CAAC;KACf;IACD,MAAM,EAAE;QACN,SAAS,EAAE,kBAAkB;QAC7B,GAAG,EAAE,QAAQ;QACb,WAAW,EAAE,CAAC;KACf;IACD,cAAc,EAAE;QACd,SAAS,EAAE,iBAAiB;QAC5B,GAAG,EAAE,cAAc;QACnB,WAAW,EAAE,CAAC;KACf;IACD,KAAK,EAAE;QACL,SAAS,EAAE,UAAU;QACrB,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,CAAC;KACf;IACD,cAAc,EAAE;QACd,SAAS,EAAE,iBAAiB;QAC5B,GAAG,EAAE,cAAc;QACnB,WAAW,EAAE,CAAC;QACd,WAAW,EAAE,eAAe;KAC7B;IACD,OAAO,EAAE;QACP,SAAS,EAAE,YAAY;QACvB,GAAG,EAAE,SAAS;QACd,WAAW,EAAE,CAAC;KACf;IACD,OAAO,EAAE;QACP,SAAS,EAAE,YAAY;QACvB,GAAG,EAAE,SAAS;QACd,WAAW,EAAE,CAAC;KACf;IACD,cAAc,EAAE;QACd,SAAS,EAAE,iBAAiB;QAC5B,GAAG,EAAE,cAAc;QACnB,WAAW,EAAE,CAAC;KACf;IACD,iBAAiB,EAAE;QACjB,SAAS,EAAE,oBAAoB;QAC/B,GAAG,EAAE,gBAAgB;QACrB,WAAW,EAAE,CAAC;KACf;IACD,QAAQ,EAAE;QACR,SAAS,EAAE,aAAa;QACxB,GAAG,EAAE,UAAU;QACf,WAAW,EAAE,CAAC;KACf;IACD,MAAM,EAAE;QACN,SAAS,EAAE,WAAW;QACtB,GAAG,EAAE,QAAQ;QACb,WAAW,EAAE,CAAC;KACf;IACD,mCAAmC;IACnC,MAAM,EAAE;QACN,SAAS,EAAE,WAAW;QACtB,GAAG,EAAE,QAAQ;QACb,WAAW,EAAE,CAAC;KACf;IACD,MAAM,EAAE;QACN,SAAS,EAAE,WAAW;QACtB,GAAG,EAAE,QAAQ;QACb,WAAW,EAAE,CAAC;KACf;IACD,OAAO,EAAE;QACP,SAAS,EAAE,YAAY;QACvB,GAAG,EAAE,SAAS;QACd,WAAW,EAAE,CAAC;KACf;IACD,MAAM,EAAE;QACN,SAAS,EAAE,WAAW;QACtB,GAAG,EAAE,QAAQ;QACb,WAAW,EAAE,CAAC;KACf;IACD,MAAM,EAAE;QACN,GAAG,EAAE,QAAQ;QACb,SAAS,EAAE,kBAAkB;QAC7B,WAAW,EAAE,CAAC;KACd;IACF,IAAI,EAAE;QACJ,SAAS,EAAE,SAAS;QACpB,GAAG,EAAE,MAAM;QACX,WAAW,EAAE,CAAC;KACf;IACD,IAAI,EAAE;QACJ,SAAS,EAAE,SAAS;QACpB,GAAG,EAAE,MAAM;QACX,WAAW,EAAE,CAAC;KACf;IACD,MAAM,EAAE;QACN,SAAS,EAAG,WAAW;QACvB,GAAG,EAAE,QAAQ;QACb,WAAW,EAAG,CAAC;KAChB;IACD,KAAK,EAAE;QACL,SAAS,EAAE,UAAU;QACrB,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,CAAC;KACf;IACA,OAAO,EAAE;QACR,SAAS,EAAE,YAAY;QACvB,GAAG,EAAE,SAAS;QACd,WAAW,EAAE,CAAC;KACf;IACD,MAAM,EAAE;QACN,SAAS,EAAE,WAAW;QACtB,GAAG,EAAE,QAAQ;QACb,WAAW,EAAE,CAAC;KACf;CACF,CAAC","sourcesContent":["// Primitives\nimport colorDefault from \"./src/tokens/mobile/global/colors/color.json\";\nimport colorLight from \"./src/tokens/mobile/global/colors/color.light.json\";\nimport colorDark from \"./src/tokens/mobile/global/colors/color.dark.json\";\nimport fontDefault from \"./src/tokens/mobile/global/font/font.json\";\nimport spacingDefault from \"./src/tokens/mobile/global/space/space.json\";\nimport radiusDefault from \"./src/tokens/mobile/global/radius/radius.json\";\nimport opacityDefault from \"./src/tokens/mobile/global/opacity/opacity.json\";\nimport elevationDefault from \"./src/tokens/mobile/global/elevation/elevation.json\";\nimport iconDefault from \"./src/tokens/mobile/global/icon/icon.json\";\nimport borderDefault from \"./src/tokens/mobile/global/border/border.json\";\nimport borderStyleDefault from \"./src/tokens/mobile/global/border-style/border-style.json\";\n\nimport { TokenGroup } from './web.index';\n\n// Organized Tokens\nexport const tokens: Record<string, TokenGroup> = {\n color: {\n default: colorDefault,\n light: colorLight,\n dark: colorDark,\n },\n font: {\n default: fontDefault,\n },\n space: {\n default: spacingDefault,\n },\n radius: {\n default: radiusDefault,\n },\n opacity: {\n default: opacityDefault,\n },\n elevation: {\n default: elevationDefault,\n },\n icon: {\n default: iconDefault,\n },\n border: {\n default: borderDefault,\n },\n borderStyle: {\n default: borderStyleDefault,\n },\n};\n\nexport const componentsList = {\n accordion: {\n widgetTag: \"wm-accordion\", \n key: \"accordion\",\n columnWidth: 5, \n },\n anchor: {\n widgetTag: \"wm-anchor\",\n key: \"anchor\",\n columnWidth: 3, \n },\n audio: {\n widgetTag: \"wm-audio\",\n key: \"audio\",\n columnWidth: 6,\n },\n barcodescanner:{ key: \"barcodescanner\",\n widgetTag: \"wm-barcodescanner\",\n columnWidth: 6, \n },\n bottomsheet: {\n key: \"bottomsheet\",\n widgetTag:\"wm-bottomsheet\",\n // columnWidth: 10, \n },\n button: {\n widgetTag: \"wm-button\",\n key: \"button\",\n columnWidth: 3,\n },\n \"button-group\": {\n key: \"button-group\",\n widgetTag: \"wm-buttongroup\",\n columnWidth: 8,\n },\n camera: {\n widgetTag: \"wm-camera\", \n key: \"camera\",\n columnWidth: 6, \n },\n calendar: {\n widgetTag: \"wm-calendar\", \n key: \"calendar\",\n columnWidth: 8, \n },\n cards: {\n widgetTag: \"wm-card\", \n key: \"cards\",\n columnWidth: 6, \n },\n carousel: {\n widgetTag: \"wm-carousel\", \n key: \"carousel\",\n columnWidth: 8, \n },\n checkbox: {\n widgetTag: \"wm-checkbox\",\n key: \"checkbox\",\n columnWidth: 3,\n },\n checkboxset: {\n widgetTag: \"wm-checkboxset\",\n key: \"checkboxset\",\n columnWidth: 8, \n },\n chips: {\n widgetTag: \"wm-chips\",\n key: \"chips\",\n columnWidth: 6,\n },\n container: {\n widgetTag: \"wm-container\",\n key: \"container\",\n columnWidth: 5,\n },\n currency: {\n widgetTag: \"wm-currency\",\n key: \"currency\",\n columnWidth: 6,\n },\n datetime: {\n widgetTag: \"wm-datetime\",\n columnWidth: 7,\n key: \"datetime\"\n },\n \"dropdown-menu\": {\n widgetTag: \"wm-menu\", \n columnWidth: 3, \n key: \"dropdown-menu\",\n },\n fileupload: {\n key: \"fileupload\",\n widgetTag: \"wm-fileupload\", \n columnWidth : 6, \n },\n \"form-wrapper\": { \n key: \"form-wrapper\",\n widgetTag: \"wm-form\",\n columnWidth: 8,\n },\n \"form-controls\": {key: \"form-controls\",\n widgetTag: \"wm-form-field\",\n columnWidth: 16,\n },\n \"grid-layout\": { key: \"grid-layout\" },\n icon: {\n widgetTag: \"wm-icon\",\n key: \"icon\",\n columnWidth: 2,\n },\n label: {\n widgetTag: \"wm-label\",\n key: \"label\",\n columnWidth: 2,\n },\n list: {\n key: \"list\",\n widgetTag: \"wm-list\",\n columnWidth: 6,\n },\n login: {\n key: \"login\",\n widgetTag: \"wm-login\",\n columnWidth: 6,\n },\n lottie: {\n key: \"lottie\",\n widgetTag: \"wm-lottie\",\n columnWidth: 6,\n },\n message: {\n widgetTag: \"wm-message\",\n key: \"message\",\n columnWidth: 4,\n },\n \"modal-dialog\": { \n key: \"modal-dialog\",\n widgetTag: \"wm-dialog\",\n columnWidth: 6,\n \n },\n // nav:{\n // widgetTag: \"wm-nav\",\n // key: \"nav\",\n // columnWidth: 6,\n // },\n navitem:{\n widgetTag: \"wm-nav-item\",\n key: \"navitem\",\n displayName: \"Nav: Item\",\n columnWidth: 6,\n },\n navbar: {\n widgetTag: \"wm-mobile-navbar\",\n key: \"navbar\",\n columnWidth: 6,\n },\n \"page-content\": {\n widgetTag: \"wm-page-content\",\n key: \"page-content\",\n columnWidth: 4,\n },\n panel: {\n widgetTag: \"wm-panel\",\n key: \"panel\",\n columnWidth: 4,\n },\n \"panel-footer\": {\n widgetTag: \"wm-panel-footer\",\n key: \"panel-footer\",\n columnWidth: 4,\n displayName: \"Panel: Footer\",\n },\n picture: {\n widgetTag: \"wm-picture\",\n key: \"picture\",\n columnWidth: 2,\n },\n popover: {\n widgetTag: \"wm-popover\",\n key: \"popover\",\n columnWidth: 5, \n },\n \"progress-bar\": {\n widgetTag: \"wm-progress-bar\",\n key: \"progress-bar\",\n columnWidth: 4,\n },\n \"progress-circle\": {\n widgetTag: \"wm-progress-circle\", \n key: \"progress-cicle\",\n columnWidth: 5, \n },\n radioset: {\n widgetTag: \"wm-radioset\",\n key: \"radioset\",\n columnWidth: 3,\n },\n rating: {\n widgetTag: \"wm-rating\", \n key: \"rating\",\n columnWidth: 4,\n },\n // scrollbar: { key: \"scrollbar\" },\n search: {\n widgetTag: \"wm-search\", \n key: \"search\",\n columnWidth: 4,\n },\n slider: {\n widgetTag: \"wm-slider\",\n key: \"slider\",\n columnWidth: 4,\n },\n spinner: {\n widgetTag: \"wm-spinner\", \n key: \"spinner\",\n columnWidth: 3, \n },\n switch: {\n widgetTag: \"wm-switch\",\n key: \"switch\",\n columnWidth: 3,\n },\n tabbar: { \n key: \"tabbar\",\n widgetTag: \"wm-mobile-tabbar\",\n columnWidth: 6,\n },\n tabs: {\n widgetTag: \"wm-tabs\",\n key: \"tabs\",\n columnWidth: 7,\n },\n tile: {\n widgetTag: \"wm-tile\",\n key: \"tile\",\n columnWidth: 4, \n },\n toggle: {\n widgetTag : \"wm-toggle\",\n key: \"toggle\",\n columnWidth : 2, \n },\n video: {\n widgetTag: \"wm-video\",\n key: \"video\",\n columnWidth: 6,\n },\n webview: {\n widgetTag: \"wm-webview\",\n key: \"webview\",\n columnWidth: 6,\n },\n wizard: {\n widgetTag: \"wm-wizard\",\n key: \"wizard\",\n columnWidth: 8,\n },\n};\n"]}
@@ -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": {