@limetech/lime-elements 36.3.1-next.1 → 36.3.1

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 (172) hide show
  1. package/dist/cjs/{checkbox.template-ac867c17.js → checkbox.template-60ed3ee2.js} +1 -2
  2. package/dist/cjs/{dom-20826de0.js → dom-eb080f70.js} +0 -1
  3. package/dist/cjs/{format-c0047dfb.js → format-5b928cf3.js} +0 -1
  4. package/dist/cjs/lime-elements.cjs.js +1 -1
  5. package/dist/cjs/limel-badge.cjs.entry.js +1 -1
  6. package/dist/cjs/limel-checkbox.cjs.entry.js +2 -2
  7. package/dist/cjs/limel-chip-set.cjs.entry.js +6 -22
  8. package/dist/cjs/limel-circular-progress_2.cjs.entry.js +1 -1
  9. package/dist/cjs/limel-form.cjs.entry.js +1 -20
  10. package/dist/cjs/limel-helper-line.cjs.entry.js +48 -0
  11. package/dist/cjs/limel-icon.cjs.entry.js +0 -2
  12. package/dist/cjs/limel-input-field.cjs.entry.js +4 -21
  13. package/dist/cjs/limel-list_2.cjs.entry.js +3 -7
  14. package/dist/cjs/limel-menu-list.cjs.entry.js +1 -5
  15. package/dist/cjs/limel-picker.cjs.entry.js +1 -10
  16. package/dist/cjs/limel-popover_4.cjs.entry.js +0 -1
  17. package/dist/cjs/limel-select.cjs.entry.js +4 -5
  18. package/dist/cjs/limel-slider.cjs.entry.js +2 -2
  19. package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
  20. package/dist/cjs/limel-tab-bar.cjs.entry.js +0 -1
  21. package/dist/cjs/limel-table.cjs.entry.js +0 -19
  22. package/dist/cjs/loader.cjs.js +1 -1
  23. package/dist/cjs/{multiple-8fab83eb.js → multiple-2af83b6d.js} +0 -1
  24. package/dist/collection/collection-manifest.json +1 -0
  25. package/dist/collection/components/badge/badge.js +0 -1
  26. package/dist/collection/components/badge/format.js +0 -1
  27. package/dist/collection/components/button-group/button-group.js +0 -1
  28. package/dist/collection/components/callout/callout.js +0 -1
  29. package/dist/collection/components/checkbox/checkbox.css +8 -92
  30. package/dist/collection/components/checkbox/checkbox.template.js +1 -1
  31. package/dist/collection/components/chip-set/chip-set-input-helpers.js +0 -1
  32. package/dist/collection/components/chip-set/chip-set.css +4 -18
  33. package/dist/collection/components/chip-set/chip-set.js +5 -20
  34. package/dist/collection/components/circular-progress/circular-progress.js +0 -1
  35. package/dist/collection/components/code-editor/code-editor.js +1 -2
  36. package/dist/collection/components/color-picker/color-picker.js +0 -1
  37. package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.js +0 -1
  38. package/dist/collection/components/dialog/dialog.js +0 -1
  39. package/dist/collection/components/file/file.js +2 -3
  40. package/dist/collection/components/flex-container/flex-container.js +0 -1
  41. package/dist/collection/components/form/adapters/base-adapter.js +0 -12
  42. package/dist/collection/components/form/fields/field-helpers.js +0 -3
  43. package/dist/collection/components/form/fields/schema-field.js +0 -3
  44. package/dist/collection/components/form/templates/common.js +0 -1
  45. package/dist/collection/components/grid/grid.js +0 -1
  46. package/dist/collection/components/header/header.js +0 -1
  47. package/dist/collection/components/helper-line/helper-line.css +30 -0
  48. package/dist/collection/components/helper-line/helper-line.js +166 -0
  49. package/dist/collection/components/icon/icon.js +0 -2
  50. package/dist/collection/components/info-tile/info-tile.js +0 -1
  51. package/dist/collection/components/input-field/input-field.css +3 -15
  52. package/dist/collection/components/input-field/input-field.js +3 -20
  53. package/dist/collection/components/list/list-renderer.js +0 -4
  54. package/dist/collection/components/list/list.css +16 -184
  55. package/dist/collection/components/menu-list/menu-list-renderer.js +0 -4
  56. package/dist/collection/components/menu-list/menu-list.css +16 -185
  57. package/dist/collection/components/picker/picker.js +0 -9
  58. package/dist/collection/components/popover/popover.js +0 -2
  59. package/dist/collection/components/portal/contains.js +0 -1
  60. package/dist/collection/components/portal/portal.js +10 -11
  61. package/dist/collection/components/select/select.css +10 -40
  62. package/dist/collection/components/select/select.template.js +2 -2
  63. package/dist/collection/components/shortcut/shortcut.js +0 -1
  64. package/dist/collection/components/slider/slider.css +6 -33
  65. package/dist/collection/components/slider/slider.js +1 -1
  66. package/dist/collection/components/snackbar/snackbar.js +26 -3
  67. package/dist/collection/components/split-button/split-button.js +0 -1
  68. package/dist/collection/components/tab-bar/tab-bar.js +1 -2
  69. package/dist/collection/components/tab-bar/tabs.js +0 -1
  70. package/dist/collection/components/tab-panel/tab-panel.js +0 -1
  71. package/dist/collection/components/table/columns.js +0 -9
  72. package/dist/collection/components/table/element-pool.js +0 -2
  73. package/dist/collection/components/table/selection.js +0 -4
  74. package/dist/collection/components/table/table-selection.js +0 -4
  75. package/dist/collection/components/tooltip/tooltip-content.js +0 -1
  76. package/dist/collection/components/tooltip/tooltip.js +0 -1
  77. package/dist/collection/global/icon-cache.js +0 -1
  78. package/dist/collection/util/dom.js +0 -1
  79. package/dist/collection/util/multiple.js +0 -1
  80. package/dist/esm/{checkbox.template-fc7fcd06.js → checkbox.template-4ce8d92f.js} +1 -2
  81. package/dist/esm/{dom-0f79cbe7.js → dom-2fe617e7.js} +0 -1
  82. package/dist/esm/{format-a0e2d949.js → format-c76733cb.js} +0 -1
  83. package/dist/esm/lime-elements.js +1 -1
  84. package/dist/esm/limel-badge.entry.js +1 -1
  85. package/dist/esm/limel-checkbox.entry.js +2 -2
  86. package/dist/esm/limel-chip-set.entry.js +6 -22
  87. package/dist/esm/limel-circular-progress_2.entry.js +1 -1
  88. package/dist/esm/limel-form.entry.js +1 -20
  89. package/dist/esm/limel-helper-line.entry.js +44 -0
  90. package/dist/esm/limel-icon.entry.js +0 -2
  91. package/dist/esm/limel-input-field.entry.js +4 -21
  92. package/dist/esm/limel-list_2.entry.js +3 -7
  93. package/dist/esm/limel-menu-list.entry.js +1 -5
  94. package/dist/esm/limel-picker.entry.js +1 -10
  95. package/dist/esm/limel-popover_4.entry.js +0 -1
  96. package/dist/esm/limel-select.entry.js +4 -5
  97. package/dist/esm/limel-slider.entry.js +2 -2
  98. package/dist/esm/limel-snackbar.entry.js +1 -1
  99. package/dist/esm/limel-tab-bar.entry.js +0 -1
  100. package/dist/esm/limel-table.entry.js +0 -19
  101. package/dist/esm/loader.js +1 -1
  102. package/dist/esm/{multiple-254f4b61.js → multiple-0bd62427.js} +0 -1
  103. package/dist/lime-elements/lime-elements.esm.js +1 -1
  104. package/dist/lime-elements/p-094dd76a.entry.js +126 -0
  105. package/dist/lime-elements/p-20059fcf.entry.js +82 -0
  106. package/dist/lime-elements/{p-157e0417.entry.js → p-5ab179b4.entry.js} +3 -3
  107. package/dist/lime-elements/{p-eed2a202.entry.js → p-6b8142ba.entry.js} +5 -5
  108. package/dist/lime-elements/{p-05d88196.entry.js → p-727fd4ea.entry.js} +2 -2
  109. package/dist/lime-elements/p-803cc4b7.entry.js +1 -0
  110. package/dist/lime-elements/{p-8178b348.entry.js → p-8a2d1761.entry.js} +1 -1
  111. package/dist/lime-elements/{p-d955c169.entry.js → p-8acabe02.entry.js} +1 -1
  112. package/dist/lime-elements/{p-a88f2922.entry.js → p-8d3a9e2c.entry.js} +1 -1
  113. package/dist/lime-elements/p-ba7661f6.entry.js +1 -0
  114. package/dist/lime-elements/p-d034bbcf.entry.js +1 -0
  115. package/dist/lime-elements/{p-1af8258b.js → p-d2a3d50b.js} +1 -1
  116. package/dist/lime-elements/{p-2fd478df.entry.js → p-ef93fd3e.entry.js} +1 -1
  117. package/dist/lime-elements/{p-58e9df30.entry.js → p-f4cbcdcf.entry.js} +1 -1
  118. package/dist/types/components/badge/badge.d.ts +0 -1
  119. package/dist/types/components/badge/format.d.ts +0 -1
  120. package/dist/types/components/button-group/button-group.d.ts +0 -1
  121. package/dist/types/components/callout/callout.d.ts +0 -1
  122. package/dist/types/components/chip-set/chip-set-input-helpers.d.ts +0 -1
  123. package/dist/types/components/chip-set/chip-set.d.ts +1 -7
  124. package/dist/types/components/circular-progress/circular-progress.d.ts +0 -1
  125. package/dist/types/components/code-editor/code-editor.d.ts +1 -2
  126. package/dist/types/components/color-picker/color-picker.d.ts +0 -1
  127. package/dist/types/components/date-picker/flatpickr-adapter/flatpickr-adapter.d.ts +0 -1
  128. package/dist/types/components/dialog/dialog.d.ts +0 -1
  129. package/dist/types/components/file/file.d.ts +2 -3
  130. package/dist/types/components/flex-container/flex-container.d.ts +0 -1
  131. package/dist/types/components/form/adapters/base-adapter.d.ts +0 -11
  132. package/dist/types/components/form/fields/field-helpers.d.ts +0 -2
  133. package/dist/types/components/form/fields/schema-field.d.ts +0 -2
  134. package/dist/types/components/form/templates/common.d.ts +0 -1
  135. package/dist/types/components/grid/grid.d.ts +0 -1
  136. package/dist/types/components/header/header.d.ts +0 -1
  137. package/dist/types/components/helper-line/helper-line.d.ts +57 -0
  138. package/dist/types/components/icon/icon.d.ts +0 -2
  139. package/dist/types/components/info-tile/info-tile.d.ts +0 -1
  140. package/dist/types/components/input-field/input-field.d.ts +0 -3
  141. package/dist/types/components/list/list-renderer.d.ts +0 -4
  142. package/dist/types/components/menu-list/menu-list-renderer.d.ts +0 -4
  143. package/dist/types/components/picker/picker.d.ts +0 -9
  144. package/dist/types/components/picker/searcher.types.d.ts +0 -1
  145. package/dist/types/components/popover/popover.d.ts +0 -2
  146. package/dist/types/components/portal/contains.d.ts +0 -1
  147. package/dist/types/components/portal/portal.d.ts +10 -11
  148. package/dist/types/components/shortcut/shortcut.d.ts +0 -1
  149. package/dist/types/components/snackbar/snackbar.d.ts +23 -1
  150. package/dist/types/components/split-button/split-button.d.ts +0 -1
  151. package/dist/types/components/tab-bar/tab-bar.d.ts +1 -2
  152. package/dist/types/components/tab-bar/tabs.d.ts +0 -1
  153. package/dist/types/components/tab-panel/tab-panel.d.ts +0 -1
  154. package/dist/types/components/table/columns.d.ts +0 -7
  155. package/dist/types/components/table/element-pool.d.ts +0 -2
  156. package/dist/types/components/table/selection.d.ts +0 -4
  157. package/dist/types/components/table/table-selection.d.ts +0 -4
  158. package/dist/types/components/table/table.types.d.ts +0 -3
  159. package/dist/types/components/tooltip/tooltip-content.d.ts +0 -1
  160. package/dist/types/components/tooltip/tooltip.d.ts +0 -1
  161. package/dist/types/components.d.ts +54 -1
  162. package/dist/types/global/icon-cache.d.ts +0 -1
  163. package/dist/types/util/dom.d.ts +0 -1
  164. package/dist/types/util/multiple.d.ts +0 -1
  165. package/package.json +7 -7
  166. package/dist/lime-elements/p-142910d8.entry.js +0 -126
  167. package/dist/lime-elements/p-73613abb.entry.js +0 -82
  168. package/dist/lime-elements/p-d0084a70.entry.js +0 -1
  169. package/dist/lime-elements/p-ff0e407a.entry.js +0 -1
  170. /package/dist/lime-elements/{p-f08f504b.js → p-0eabb204.js} +0 -0
  171. /package/dist/lime-elements/{p-0534b23b.js → p-5f020b3c.js} +0 -0
  172. /package/dist/lime-elements/{p-af8d4fe7.js → p-acf307d9.js} +0 -0
@@ -11,7 +11,6 @@ export declare class TableSelection {
11
11
  private selection;
12
12
  /**
13
13
  * Creates an instance of the TableSelection class
14
- *
15
14
  * @param {Function} getTable Function that returns the Tabulator instance
16
15
  * @param {ElementPool} pool The element pool used to cache the checkbox components
17
16
  * @param {EventEmitter<object[]>} selectEvent The event emitter to use when checkboxes are toggled
@@ -27,13 +26,11 @@ export declare class TableSelection {
27
26
  clear(): void;
28
27
  /**
29
28
  * Sets the selected items
30
- *
31
29
  * @param {any[]} data The selected items
32
30
  */
33
31
  setSelection(data: any[]): void;
34
32
  /**
35
33
  * Prepends a checkbox column used for row selection to the given column definitions
36
- *
37
34
  * @param {Tabulator.ColumnDefinition[]} columnDefinitions The column definition for the table
38
35
  * @returns {Tabulator.ColumnDefinition[]} The column definitions with the checkbox column prepended to it
39
36
  */
@@ -45,7 +42,6 @@ export declare class TableSelection {
45
42
  * Tabulator cell click handler that updates the selection for the clicked
46
43
  * row and toggles the selection from the last clicked row if the shift key
47
44
  * is pressed down.
48
- *
49
45
  * @param {PointerEvent} ev The pointer event
50
46
  * @param {Tabulator.CellComponent} cell The clicked cell component
51
47
  */
@@ -35,7 +35,6 @@ export interface Column<T extends object = any> {
35
35
  export declare type TableFormatter = (value: any, data?: object) => string;
36
36
  /**
37
37
  * Definition for a component to be displayed in a cell in the table
38
- *
39
38
  * @note The table will display the component as `inline-block` in order
40
39
  * to give the column the correct size. If the component should have the
41
40
  * full width of the column, this might have to be overridden by setting
@@ -63,7 +62,6 @@ export interface TableComponentDefinition {
63
62
  * `props` properties when the component is created.
64
63
  *
65
64
  * When the propsFactory is used for header components there will be no data available
66
- *
67
65
  * @param {*} data the data for the current row
68
66
  * @returns {object} properties for the component
69
67
  */
@@ -127,7 +125,6 @@ export declare enum ColumnAggregatorType {
127
125
  }
128
126
  /**
129
127
  * Calculate an aggregated value for a column
130
- *
131
128
  * @param {Column} column the configuration for the column
132
129
  * @param {*[]} values list of all values to be aggregated
133
130
  * @param {T[]} data list of all objects to be aggregated
@@ -1,6 +1,5 @@
1
1
  /**
2
2
  * This component is used internally by `limel-tooltip`.
3
- *
4
3
  * @private
5
4
  */
6
5
  export declare class TooltipContent {
@@ -36,7 +36,6 @@
36
36
  * use that, not a tooltip.
37
37
  * - Make sure to use the tooltip on an element that users naturally and
38
38
  * effortlessly recognize can be hovered.
39
- *
40
39
  * @exampleComponent limel-example-tooltip
41
40
  * @exampleComponent limel-example-tooltip-max-character
42
41
  * @exampleComponent limel-example-tooltip-composite
@@ -565,6 +565,28 @@ export namespace Components {
565
565
  */
566
566
  "supportingText": string;
567
567
  }
568
+ interface LimelHelperLine {
569
+ /**
570
+ * The helper text that is displayed on the left side.
571
+ */
572
+ "helperText"?: string;
573
+ /**
574
+ * Used by `aria-controls` and `aria-describedby` in the parent component.
575
+ */
576
+ "helperTextId"?: string;
577
+ /**
578
+ * Turns `true`, when the parent component is invalid. For example, when the parent component is `required` but is left empty. Or when the input format is invalid.
579
+ */
580
+ "invalid"?: boolean;
581
+ /**
582
+ * Length of the current input value, coming from the parent component. Used in the character counter section on the right side.
583
+ */
584
+ "length"?: number;
585
+ /**
586
+ * Maximum length of the characters, defined on the parent component. Used in the character counter section on the right side.
587
+ */
588
+ "maxLength"?: number;
589
+ }
568
590
  interface LimelIcon {
569
591
  /**
570
592
  * Set to `true` to give the icon a round background with some padding. Only works when the `size` attribute is also set.
@@ -1089,7 +1111,7 @@ export namespace Components {
1089
1111
  /**
1090
1112
  * The amount of time in milliseconds to show the snackbar.
1091
1113
  */
1092
- "timeout": number;
1114
+ "timeout"?: number;
1093
1115
  }
1094
1116
  interface LimelSpinner {
1095
1117
  /**
@@ -1511,6 +1533,12 @@ declare global {
1511
1533
  prototype: HTMLLimelHeaderElement;
1512
1534
  new (): HTMLLimelHeaderElement;
1513
1535
  };
1536
+ interface HTMLLimelHelperLineElement extends Components.LimelHelperLine, HTMLStencilElement {
1537
+ }
1538
+ var HTMLLimelHelperLineElement: {
1539
+ prototype: HTMLLimelHelperLineElement;
1540
+ new (): HTMLLimelHelperLineElement;
1541
+ };
1514
1542
  interface HTMLLimelIconElement extends Components.LimelIcon, HTMLStencilElement {
1515
1543
  }
1516
1544
  var HTMLLimelIconElement: {
@@ -1697,6 +1725,7 @@ declare global {
1697
1725
  "limel-form": HTMLLimelFormElement;
1698
1726
  "limel-grid": HTMLLimelGridElement;
1699
1727
  "limel-header": HTMLLimelHeaderElement;
1728
+ "limel-helper-line": HTMLLimelHelperLineElement;
1700
1729
  "limel-icon": HTMLLimelIconElement;
1701
1730
  "limel-icon-button": HTMLLimelIconButtonElement;
1702
1731
  "limel-info-tile": HTMLLimelInfoTileElement;
@@ -2357,6 +2386,28 @@ declare namespace LocalJSX {
2357
2386
  */
2358
2387
  "supportingText"?: string;
2359
2388
  }
2389
+ interface LimelHelperLine {
2390
+ /**
2391
+ * The helper text that is displayed on the left side.
2392
+ */
2393
+ "helperText"?: string;
2394
+ /**
2395
+ * Used by `aria-controls` and `aria-describedby` in the parent component.
2396
+ */
2397
+ "helperTextId"?: string;
2398
+ /**
2399
+ * Turns `true`, when the parent component is invalid. For example, when the parent component is `required` but is left empty. Or when the input format is invalid.
2400
+ */
2401
+ "invalid"?: boolean;
2402
+ /**
2403
+ * Length of the current input value, coming from the parent component. Used in the character counter section on the right side.
2404
+ */
2405
+ "length"?: number;
2406
+ /**
2407
+ * Maximum length of the characters, defined on the parent component. Used in the character counter section on the right side.
2408
+ */
2409
+ "maxLength"?: number;
2410
+ }
2360
2411
  interface LimelIcon {
2361
2412
  /**
2362
2413
  * Set to `true` to give the icon a round background with some padding. Only works when the `size` attribute is also set.
@@ -3175,6 +3226,7 @@ declare namespace LocalJSX {
3175
3226
  "limel-form": LimelForm;
3176
3227
  "limel-grid": LimelGrid;
3177
3228
  "limel-header": LimelHeader;
3229
+ "limel-helper-line": LimelHelperLine;
3178
3230
  "limel-icon": LimelIcon;
3179
3231
  "limel-icon-button": LimelIconButton;
3180
3232
  "limel-info-tile": LimelInfoTile;
@@ -3231,6 +3283,7 @@ declare module "@stencil/core" {
3231
3283
  "limel-form": LocalJSX.LimelForm & JSXBase.HTMLAttributes<HTMLLimelFormElement>;
3232
3284
  "limel-grid": LocalJSX.LimelGrid & JSXBase.HTMLAttributes<HTMLLimelGridElement>;
3233
3285
  "limel-header": LocalJSX.LimelHeader & JSXBase.HTMLAttributes<HTMLLimelHeaderElement>;
3286
+ "limel-helper-line": LocalJSX.LimelHelperLine & JSXBase.HTMLAttributes<HTMLLimelHelperLineElement>;
3234
3287
  "limel-icon": LocalJSX.LimelIcon & JSXBase.HTMLAttributes<HTMLLimelIconElement>;
3235
3288
  "limel-icon-button": LocalJSX.LimelIconButton & JSXBase.HTMLAttributes<HTMLLimelIconButtonElement>;
3236
3289
  "limel-info-tile": LocalJSX.LimelInfoTile & JSXBase.HTMLAttributes<HTMLLimelInfoTileElement>;
@@ -3,7 +3,6 @@ export declare class IconCache {
3
3
  private resolveFunctions;
4
4
  /**
5
5
  * Get icon data from the cache
6
- *
7
6
  * @param {string} name name of the icon
8
7
  * @param {string} path path on the server where the assets are located
9
8
  * @returns {string} svg markup
@@ -1,6 +1,5 @@
1
1
  /**
2
2
  * Check if an element is a descendant of another, even if it is located within a shadow root
3
- *
4
3
  * @param {Node} element the element to check
5
4
  * @param {Node} parent the parent element
6
5
  * @returns {boolean} true if the element is a descendant of the parent element, false otherwise
@@ -1,6 +1,5 @@
1
1
  /**
2
2
  * Type guard for checking if a value is multiple items or not
3
- *
4
3
  * @param {T | T[]} value the value to check
5
4
  * @returns {boolean} true if value is multiple items, false otherwise
6
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "36.3.1-next.1",
3
+ "version": "36.3.1",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -44,16 +44,16 @@
44
44
  "@popperjs/core": "^2.11.7",
45
45
  "@rjsf/core": "^2.4.2",
46
46
  "@stencil/core": "^2.19.2",
47
- "@stencil/sass": "^3.0.1",
47
+ "@stencil/sass": "^3.0.2",
48
48
  "@types/codemirror": "^5.60.2",
49
49
  "@types/html-escaper": "^3.0.0",
50
50
  "@types/jest": "^27.4.0",
51
51
  "@types/lodash-es": "^4.17.7",
52
52
  "@types/puppeteer": "^7.0.4",
53
- "@types/react": "^18.2.0",
53
+ "@types/react": "^18.2.1",
54
54
  "@types/tabulator-tables": "^4.9.4",
55
- "@typescript-eslint/eslint-plugin": "^5.59.1",
56
- "@typescript-eslint/parser": "^5.59.1",
55
+ "@typescript-eslint/eslint-plugin": "^5.59.2",
56
+ "@typescript-eslint/parser": "^5.59.2",
57
57
  "ajv": "^6.12.6",
58
58
  "awesome-debounce-promise": "^2.1.0",
59
59
  "codemirror": "^5.65.9",
@@ -62,7 +62,7 @@
62
62
  "eslint": "^8.39.0",
63
63
  "eslint-config-prettier": "^8.8.0",
64
64
  "eslint-plugin-ban": "^1.6.0",
65
- "eslint-plugin-jsdoc": "^41.1.2",
65
+ "eslint-plugin-jsdoc": "^43.1.1",
66
66
  "eslint-plugin-prefer-arrow": "^1.2.3",
67
67
  "eslint-plugin-prettier": "^4.2.1",
68
68
  "eslint-plugin-react": "^7.32.2",
@@ -79,7 +79,7 @@
79
79
  "moment": "^2.29.4",
80
80
  "number-abbreviate": "^2.0.0",
81
81
  "prettier": "^2.8.8",
82
- "puppeteer": "^19.11.1",
82
+ "puppeteer": "^20.1.0",
83
83
  "react": "^18.2.0",
84
84
  "react-dom": "^18.2.0",
85
85
  "react-shadow-dom-retarget-events": "^1.1.0",