@licklist/design 0.71.7 → 0.71.8
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.
- package/dist/iframe/page/components/PageBody/constants.d.ts +1 -0
- package/dist/iframe/page/components/PageBody/constants.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/constants.js +2 -1
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.js +4 -1
- package/package.json +1 -1
- package/src/iframe/page/components/PageBody/constants.ts +1 -0
- package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +9 -2
- package/yarn.lock +47 -47
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/page/components/PageBody/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,MAAM,CAAA;AAC5B,eAAO,MAAM,yBAAyB,8BAA8B,CAAA;AAEpE,eAAO,MAAM,qBAAqB,QAAU,CAAA;AAE5C,eAAO,MAAM,2BAA2B,KAAK,CAAA;AAG7C,eAAO,MAAM,0BAA0B,MAAM,CAAA;AAI7C,eAAO,MAAM,0CAA0C,KAAK,CAAA;AAE5D,eAAO,MAAM,kBAAkB,+BAA+B,CAAA;AAC9D,eAAO,MAAM,oBAAoB,yBAAyB,CAAA;AAC1D,eAAO,MAAM,oBAAoB,iCAAiC,CAAA;AAClE,eAAO,MAAM,qBAAqB,0BAA0B,CAAA;AAE5D,eAAO,MAAM,mBAAmB,qBAAqB,CAAA;AACrD,eAAO,MAAM,4BAA4B,oCAAoC,CAAA;AAC7E,eAAO,MAAM,0BAA0B,kCAAkC,CAAA;AACzE,eAAO,MAAM,uBAAuB,IAAI,CAAA;AACxC,eAAO,MAAM,eAAe,KAAK,CAAA;AAEjC,eAAO,MAAM,4BAA4B,8BAA8B,CAAA;AACvE,eAAO,MAAM,4BAA4B,4BAA4B,CAAA;AACrE,eAAO,MAAM,qBAAqB,0BAA0B,CAAA;AAE5D,eAAO,MAAM,gCAAgC,MAAM,CAAA"}
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/iframe/page/components/PageBody/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,MAAM,CAAA;AAC5B,eAAO,MAAM,YAAY,MAAM,CAAA;AAC/B,eAAO,MAAM,yBAAyB,8BAA8B,CAAA;AAEpE,eAAO,MAAM,qBAAqB,QAAU,CAAA;AAE5C,eAAO,MAAM,2BAA2B,KAAK,CAAA;AAG7C,eAAO,MAAM,0BAA0B,MAAM,CAAA;AAI7C,eAAO,MAAM,0CAA0C,KAAK,CAAA;AAE5D,eAAO,MAAM,kBAAkB,+BAA+B,CAAA;AAC9D,eAAO,MAAM,oBAAoB,yBAAyB,CAAA;AAC1D,eAAO,MAAM,oBAAoB,iCAAiC,CAAA;AAClE,eAAO,MAAM,qBAAqB,0BAA0B,CAAA;AAE5D,eAAO,MAAM,mBAAmB,qBAAqB,CAAA;AACrD,eAAO,MAAM,4BAA4B,oCAAoC,CAAA;AAC7E,eAAO,MAAM,0BAA0B,kCAAkC,CAAA;AACzE,eAAO,MAAM,uBAAuB,IAAI,CAAA;AACxC,eAAO,MAAM,eAAe,KAAK,CAAA;AAEjC,eAAO,MAAM,4BAA4B,8BAA8B,CAAA;AACvE,eAAO,MAAM,4BAA4B,4BAA4B,CAAA;AACrE,eAAO,MAAM,qBAAqB,0BAA0B,CAAA;AAE5D,eAAO,MAAM,gCAAgC,MAAM,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
var TAB_WIDTH = 768;
|
|
2
|
+
var MOBILE_WIDTH = 480;
|
|
2
3
|
var RIGHT_BLOCK_RESIZED_EVENT = 'RIGHT_BLOCK_RESIZED_EVENT';
|
|
3
4
|
// The sum of paddings in PageBody + header for first block
|
|
4
5
|
var STANDARD_BODY_PADDING = 48 + 49;
|
|
@@ -20,4 +21,4 @@ var PAGE_CALENDAR_SELECT_WRAPPER = 'calendar-select-wrapper';
|
|
|
20
21
|
var PAGE_BODY_WITH_SCROLL = 'page-body-with-scroll';
|
|
21
22
|
var PAGE_LEFT_BLOCK_MAP_DEFAULT_SIZE = 300;
|
|
22
23
|
|
|
23
|
-
export { COLLAPSE_MARGIN, DEFAULT_RIGHT_BLOCK_HEIGHT, PAGE_BODY_WITH_SCROLL, PAGE_CALENDAR_SELECT_WRAPPER, PAGE_LEFT_BLOCK_CONTAINER_ID, PAGE_LEFT_BLOCK_MAP_DEFAULT_SIZE, PAGE_RIGHT_BLOCK_BOTTOM_ID, PAGE_RIGHT_BLOCK_CHILDREN_ID, PAGE_RIGHT_BLOCK_ID, RIGHT_BLOCK_COLLAPSE, RIGHT_BLOCK_COLLAPSED, RIGHT_BLOCK_EXPAND, RIGHT_BLOCK_EXPANDED, RIGHT_BLOCK_RESIZED_EVENT, SEPARATOR_DEFAULT_WIDTH, STANDARD_BODY_PADDING, STANDARD_HEADER_FOOTER_SIZE, TAB_WIDTH };
|
|
24
|
+
export { COLLAPSE_MARGIN, DEFAULT_RIGHT_BLOCK_HEIGHT, MOBILE_WIDTH, PAGE_BODY_WITH_SCROLL, PAGE_CALENDAR_SELECT_WRAPPER, PAGE_LEFT_BLOCK_CONTAINER_ID, PAGE_LEFT_BLOCK_MAP_DEFAULT_SIZE, PAGE_RIGHT_BLOCK_BOTTOM_ID, PAGE_RIGHT_BLOCK_CHILDREN_ID, PAGE_RIGHT_BLOCK_ID, RIGHT_BLOCK_COLLAPSE, RIGHT_BLOCK_COLLAPSED, RIGHT_BLOCK_EXPAND, RIGHT_BLOCK_EXPANDED, RIGHT_BLOCK_RESIZED_EVENT, SEPARATOR_DEFAULT_WIDTH, STANDARD_BODY_PADDING, STANDARD_HEADER_FOOTER_SIZE, TAB_WIDTH };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useResizePageBody.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/page/components/PageBody/hooks/useResizePageBody.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useResizePageBody.d.ts","sourceRoot":"","sources":["../../../../../../src/iframe/page/components/PageBody/hooks/useResizePageBody.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;eAMnB,MAAM;gBACL,MAAM;;CAiPjB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useState, useRef, useMemo, useEffect } from 'react';
|
|
2
2
|
import { useWindowDimensions } from '@licklist/plugins/dist/hooks/Media/useWindowDimensions';
|
|
3
|
-
import { DEFAULT_RIGHT_BLOCK_HEIGHT, PAGE_LEFT_BLOCK_MAP_DEFAULT_SIZE, TAB_WIDTH, PAGE_CALENDAR_SELECT_WRAPPER, PAGE_BODY_WITH_SCROLL, STANDARD_BODY_PADDING, STANDARD_HEADER_FOOTER_SIZE, PAGE_LEFT_BLOCK_CONTAINER_ID, PAGE_RIGHT_BLOCK_BOTTOM_ID, SEPARATOR_DEFAULT_WIDTH, COLLAPSE_MARGIN, RIGHT_BLOCK_RESIZED_EVENT, RIGHT_BLOCK_EXPAND, RIGHT_BLOCK_EXPANDED, RIGHT_BLOCK_COLLAPSE, RIGHT_BLOCK_COLLAPSED } from '../constants.js';
|
|
3
|
+
import { DEFAULT_RIGHT_BLOCK_HEIGHT, PAGE_LEFT_BLOCK_MAP_DEFAULT_SIZE, TAB_WIDTH, PAGE_CALENDAR_SELECT_WRAPPER, PAGE_BODY_WITH_SCROLL, MOBILE_WIDTH, STANDARD_BODY_PADDING, STANDARD_HEADER_FOOTER_SIZE, PAGE_LEFT_BLOCK_CONTAINER_ID, PAGE_RIGHT_BLOCK_BOTTOM_ID, SEPARATOR_DEFAULT_WIDTH, COLLAPSE_MARGIN, RIGHT_BLOCK_RESIZED_EVENT, RIGHT_BLOCK_EXPAND, RIGHT_BLOCK_EXPANDED, RIGHT_BLOCK_COLLAPSE, RIGHT_BLOCK_COLLAPSED } from '../constants.js';
|
|
4
4
|
|
|
5
5
|
function _array_like_to_array(arr, len) {
|
|
6
6
|
if (len == null || len > arr.length) len = arr.length;
|
|
@@ -73,6 +73,9 @@ var useResizePageBody = function() {
|
|
|
73
73
|
behavior: 'smooth'
|
|
74
74
|
});
|
|
75
75
|
}
|
|
76
|
+
if (width <= MOBILE_WIDTH) return {
|
|
77
|
+
maxHeight: height - STANDARD_BODY_PADDING - rightBlockHeight - CALENDAR_WRAPPER_HEIGHT
|
|
78
|
+
};
|
|
76
79
|
return {
|
|
77
80
|
maxHeight: height - STANDARD_BODY_PADDING - rightBlockHeight - STANDARD_HEADER_FOOTER_SIZE - CALENDAR_WRAPPER_HEIGHT
|
|
78
81
|
};
|
package/package.json
CHANGED
|
@@ -2,6 +2,7 @@ import { useEffect, useMemo, useState, useRef } from 'react'
|
|
|
2
2
|
import { useWindowDimensions } from '@licklist/plugins/dist/hooks/Media/useWindowDimensions'
|
|
3
3
|
import {
|
|
4
4
|
TAB_WIDTH,
|
|
5
|
+
MOBILE_WIDTH,
|
|
5
6
|
STANDARD_BODY_PADDING,
|
|
6
7
|
STANDARD_HEADER_FOOTER_SIZE,
|
|
7
8
|
RIGHT_BLOCK_RESIZED_EVENT,
|
|
@@ -60,6 +61,14 @@ export const useResizePageBody = () => {
|
|
|
60
61
|
})
|
|
61
62
|
}
|
|
62
63
|
|
|
64
|
+
if (width <= MOBILE_WIDTH) return {
|
|
65
|
+
maxHeight:
|
|
66
|
+
height -
|
|
67
|
+
STANDARD_BODY_PADDING -
|
|
68
|
+
rightBlockHeight -
|
|
69
|
+
CALENDAR_WRAPPER_HEIGHT,
|
|
70
|
+
}
|
|
71
|
+
|
|
63
72
|
return {
|
|
64
73
|
maxHeight:
|
|
65
74
|
height -
|
|
@@ -87,7 +96,6 @@ export const useResizePageBody = () => {
|
|
|
87
96
|
|
|
88
97
|
if (width >= TAB_WIDTH && !isContainerSizeApplied) {
|
|
89
98
|
isContainerSizeApplied.current = true
|
|
90
|
-
|
|
91
99
|
setLeftBlockContainerSizes({
|
|
92
100
|
width: leftBlockContainer.clientWidth,
|
|
93
101
|
height: leftBlockContainer.clientHeight,
|
|
@@ -117,7 +125,6 @@ export const useResizePageBody = () => {
|
|
|
117
125
|
) {
|
|
118
126
|
minimalMapSize.current = calculatedMinimalMapSize
|
|
119
127
|
}
|
|
120
|
-
|
|
121
128
|
return {
|
|
122
129
|
width: leftBlockContainer.clientWidth,
|
|
123
130
|
height: minimalMapSize.current,
|
package/yarn.lock
CHANGED
|
@@ -1702,22 +1702,22 @@ __metadata:
|
|
|
1702
1702
|
languageName: node
|
|
1703
1703
|
linkType: hard
|
|
1704
1704
|
|
|
1705
|
-
"@emotion/babel-plugin@npm:^11.
|
|
1706
|
-
version: 11.
|
|
1707
|
-
resolution: "@emotion/babel-plugin@npm:11.
|
|
1705
|
+
"@emotion/babel-plugin@npm:^11.13.5":
|
|
1706
|
+
version: 11.13.5
|
|
1707
|
+
resolution: "@emotion/babel-plugin@npm:11.13.5"
|
|
1708
1708
|
dependencies:
|
|
1709
1709
|
"@babel/helper-module-imports": "npm:^7.16.7"
|
|
1710
1710
|
"@babel/runtime": "npm:^7.18.3"
|
|
1711
1711
|
"@emotion/hash": "npm:^0.9.2"
|
|
1712
1712
|
"@emotion/memoize": "npm:^0.9.0"
|
|
1713
|
-
"@emotion/serialize": "npm:^1.
|
|
1713
|
+
"@emotion/serialize": "npm:^1.3.3"
|
|
1714
1714
|
babel-plugin-macros: "npm:^3.1.0"
|
|
1715
1715
|
convert-source-map: "npm:^1.5.0"
|
|
1716
1716
|
escape-string-regexp: "npm:^4.0.0"
|
|
1717
1717
|
find-root: "npm:^1.1.0"
|
|
1718
1718
|
source-map: "npm:^0.5.7"
|
|
1719
1719
|
stylis: "npm:4.2.0"
|
|
1720
|
-
checksum: 10c0/
|
|
1720
|
+
checksum: 10c0/8ccbfec7defd0e513cb8a1568fa179eac1e20c35fda18aed767f6c59ea7314363ebf2de3e9d2df66c8ad78928dc3dceeded84e6fa8059087cae5c280090aeeeb
|
|
1721
1721
|
languageName: node
|
|
1722
1722
|
linkType: hard
|
|
1723
1723
|
|
|
@@ -1733,16 +1733,16 @@ __metadata:
|
|
|
1733
1733
|
languageName: node
|
|
1734
1734
|
linkType: hard
|
|
1735
1735
|
|
|
1736
|
-
"@emotion/cache@npm:^11.13.
|
|
1737
|
-
version: 11.13.
|
|
1738
|
-
resolution: "@emotion/cache@npm:11.13.
|
|
1736
|
+
"@emotion/cache@npm:^11.13.5, @emotion/cache@npm:^11.4.0":
|
|
1737
|
+
version: 11.13.5
|
|
1738
|
+
resolution: "@emotion/cache@npm:11.13.5"
|
|
1739
1739
|
dependencies:
|
|
1740
1740
|
"@emotion/memoize": "npm:^0.9.0"
|
|
1741
1741
|
"@emotion/sheet": "npm:^1.4.0"
|
|
1742
|
-
"@emotion/utils": "npm:^1.4.
|
|
1742
|
+
"@emotion/utils": "npm:^1.4.2"
|
|
1743
1743
|
"@emotion/weak-memoize": "npm:^0.4.0"
|
|
1744
1744
|
stylis: "npm:4.2.0"
|
|
1745
|
-
checksum: 10c0/
|
|
1745
|
+
checksum: 10c0/fc669bf2add27ddff7b1f341b54e7124379156285095f0b38fb846efe90c64c70d2826f73bc734358a4fce04578229774a38ff4de2599d286461bfca57ba7d23
|
|
1746
1746
|
languageName: node
|
|
1747
1747
|
linkType: hard
|
|
1748
1748
|
|
|
@@ -1811,15 +1811,15 @@ __metadata:
|
|
|
1811
1811
|
linkType: hard
|
|
1812
1812
|
|
|
1813
1813
|
"@emotion/react@npm:^11.1.1":
|
|
1814
|
-
version: 11.13.
|
|
1815
|
-
resolution: "@emotion/react@npm:11.13.
|
|
1814
|
+
version: 11.13.5
|
|
1815
|
+
resolution: "@emotion/react@npm:11.13.5"
|
|
1816
1816
|
dependencies:
|
|
1817
1817
|
"@babel/runtime": "npm:^7.18.3"
|
|
1818
|
-
"@emotion/babel-plugin": "npm:^11.
|
|
1819
|
-
"@emotion/cache": "npm:^11.13.
|
|
1820
|
-
"@emotion/serialize": "npm:^1.3.
|
|
1818
|
+
"@emotion/babel-plugin": "npm:^11.13.5"
|
|
1819
|
+
"@emotion/cache": "npm:^11.13.5"
|
|
1820
|
+
"@emotion/serialize": "npm:^1.3.3"
|
|
1821
1821
|
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.1.0"
|
|
1822
|
-
"@emotion/utils": "npm:^1.4.
|
|
1822
|
+
"@emotion/utils": "npm:^1.4.2"
|
|
1823
1823
|
"@emotion/weak-memoize": "npm:^0.4.0"
|
|
1824
1824
|
hoist-non-react-statics: "npm:^3.3.1"
|
|
1825
1825
|
peerDependencies:
|
|
@@ -1827,7 +1827,7 @@ __metadata:
|
|
|
1827
1827
|
peerDependenciesMeta:
|
|
1828
1828
|
"@types/react":
|
|
1829
1829
|
optional: true
|
|
1830
|
-
checksum: 10c0/
|
|
1830
|
+
checksum: 10c0/16b4810bc68c619cb25145e543880e905fc99332bacc1c39b20c913b2e6130289d9acd909abba55820fa796c5cca3cade6fe79a26b3ab7e4e2d040c61ee14a6e
|
|
1831
1831
|
languageName: node
|
|
1832
1832
|
linkType: hard
|
|
1833
1833
|
|
|
@@ -1844,16 +1844,16 @@ __metadata:
|
|
|
1844
1844
|
languageName: node
|
|
1845
1845
|
linkType: hard
|
|
1846
1846
|
|
|
1847
|
-
"@emotion/serialize@npm:^1.
|
|
1848
|
-
version: 1.3.
|
|
1849
|
-
resolution: "@emotion/serialize@npm:1.3.
|
|
1847
|
+
"@emotion/serialize@npm:^1.3.3":
|
|
1848
|
+
version: 1.3.3
|
|
1849
|
+
resolution: "@emotion/serialize@npm:1.3.3"
|
|
1850
1850
|
dependencies:
|
|
1851
1851
|
"@emotion/hash": "npm:^0.9.2"
|
|
1852
1852
|
"@emotion/memoize": "npm:^0.9.0"
|
|
1853
1853
|
"@emotion/unitless": "npm:^0.10.0"
|
|
1854
|
-
"@emotion/utils": "npm:^1.4.
|
|
1854
|
+
"@emotion/utils": "npm:^1.4.2"
|
|
1855
1855
|
csstype: "npm:^3.0.2"
|
|
1856
|
-
checksum: 10c0/
|
|
1856
|
+
checksum: 10c0/b28cb7de59de382021de2b26c0c94ebbfb16967a1b969a56fdb6408465a8993df243bfbd66430badaa6800e1834724e84895f5a6a9d97d0d224de3d77852acb4
|
|
1857
1857
|
languageName: node
|
|
1858
1858
|
linkType: hard
|
|
1859
1859
|
|
|
@@ -1936,10 +1936,10 @@ __metadata:
|
|
|
1936
1936
|
languageName: node
|
|
1937
1937
|
linkType: hard
|
|
1938
1938
|
|
|
1939
|
-
"@emotion/utils@npm:^1.4.
|
|
1940
|
-
version: 1.4.
|
|
1941
|
-
resolution: "@emotion/utils@npm:1.4.
|
|
1942
|
-
checksum: 10c0/
|
|
1939
|
+
"@emotion/utils@npm:^1.4.2":
|
|
1940
|
+
version: 1.4.2
|
|
1941
|
+
resolution: "@emotion/utils@npm:1.4.2"
|
|
1942
|
+
checksum: 10c0/7d0010bf60a2a8c1a033b6431469de4c80e47aeb8fd856a17c1d1f76bbc3a03161a34aeaa78803566e29681ca551e7bf9994b68e9c5f5c796159923e44f78d9a
|
|
1943
1943
|
languageName: node
|
|
1944
1944
|
linkType: hard
|
|
1945
1945
|
|
|
@@ -5100,11 +5100,11 @@ __metadata:
|
|
|
5100
5100
|
linkType: hard
|
|
5101
5101
|
|
|
5102
5102
|
"@swc/types@npm:^0.1.9":
|
|
5103
|
-
version: 0.1.
|
|
5104
|
-
resolution: "@swc/types@npm:0.1.
|
|
5103
|
+
version: 0.1.16
|
|
5104
|
+
resolution: "@swc/types@npm:0.1.16"
|
|
5105
5105
|
dependencies:
|
|
5106
5106
|
"@swc/counter": "npm:^0.1.3"
|
|
5107
|
-
checksum: 10c0/
|
|
5107
|
+
checksum: 10c0/ca079125ef4c619a4ae908a9d6b99e526e0e21d54443585da9904e9e67a3e7320189843639c6e4435d807dfae5837ab3083a18e86f698e1decf00ecc277ab0ec
|
|
5108
5108
|
languageName: node
|
|
5109
5109
|
linkType: hard
|
|
5110
5110
|
|
|
@@ -5181,14 +5181,14 @@ __metadata:
|
|
|
5181
5181
|
linkType: hard
|
|
5182
5182
|
|
|
5183
5183
|
"@tiptap/extension-bubble-menu@npm:^2.0.0-beta.56":
|
|
5184
|
-
version: 2.
|
|
5185
|
-
resolution: "@tiptap/extension-bubble-menu@npm:2.
|
|
5184
|
+
version: 2.10.0
|
|
5185
|
+
resolution: "@tiptap/extension-bubble-menu@npm:2.10.0"
|
|
5186
5186
|
dependencies:
|
|
5187
5187
|
tippy.js: "npm:^6.3.7"
|
|
5188
5188
|
peerDependencies:
|
|
5189
5189
|
"@tiptap/core": ^2.7.0
|
|
5190
5190
|
"@tiptap/pm": ^2.7.0
|
|
5191
|
-
checksum: 10c0/
|
|
5191
|
+
checksum: 10c0/db980cc331ef340d9559a73392ebf541a8f521eeb80ebd5f2e61cd03714a2df9ce9392ce54a3b431e43b2a213bf412dfe8d64b3419364f8691f39bc54f46572a
|
|
5192
5192
|
languageName: node
|
|
5193
5193
|
linkType: hard
|
|
5194
5194
|
|
|
@@ -5211,14 +5211,14 @@ __metadata:
|
|
|
5211
5211
|
linkType: hard
|
|
5212
5212
|
|
|
5213
5213
|
"@tiptap/extension-floating-menu@npm:^2.0.0-beta.51":
|
|
5214
|
-
version: 2.
|
|
5215
|
-
resolution: "@tiptap/extension-floating-menu@npm:2.
|
|
5214
|
+
version: 2.10.0
|
|
5215
|
+
resolution: "@tiptap/extension-floating-menu@npm:2.10.0"
|
|
5216
5216
|
dependencies:
|
|
5217
5217
|
tippy.js: "npm:^6.3.7"
|
|
5218
5218
|
peerDependencies:
|
|
5219
5219
|
"@tiptap/core": ^2.7.0
|
|
5220
5220
|
"@tiptap/pm": ^2.7.0
|
|
5221
|
-
checksum: 10c0/
|
|
5221
|
+
checksum: 10c0/59e49ef0f65a977763fbf1eb92de1148a5fe01a7d026532ed58c02ab796bc42da012477ed08f95afdaca7c6c9effa3116e43326fda955302b5e2eb826001b3a8
|
|
5222
5222
|
languageName: node
|
|
5223
5223
|
linkType: hard
|
|
5224
5224
|
|
|
@@ -5698,11 +5698,11 @@ __metadata:
|
|
|
5698
5698
|
linkType: hard
|
|
5699
5699
|
|
|
5700
5700
|
"@types/node@npm:*":
|
|
5701
|
-
version: 22.9.
|
|
5702
|
-
resolution: "@types/node@npm:22.9.
|
|
5701
|
+
version: 22.9.1
|
|
5702
|
+
resolution: "@types/node@npm:22.9.1"
|
|
5703
5703
|
dependencies:
|
|
5704
5704
|
undici-types: "npm:~6.19.8"
|
|
5705
|
-
checksum: 10c0/
|
|
5705
|
+
checksum: 10c0/ea489ae603aa8874e4e88980aab6f2dad09c755da779c88dd142983bfe9609803c89415ca7781f723072934066f63daf2b3339ef084a8ad1a8079cf3958be243
|
|
5706
5706
|
languageName: node
|
|
5707
5707
|
linkType: hard
|
|
5708
5708
|
|
|
@@ -8073,9 +8073,9 @@ __metadata:
|
|
|
8073
8073
|
linkType: hard
|
|
8074
8074
|
|
|
8075
8075
|
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001669":
|
|
8076
|
-
version: 1.0.
|
|
8077
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8078
|
-
checksum: 10c0/
|
|
8076
|
+
version: 1.0.30001683
|
|
8077
|
+
resolution: "caniuse-lite@npm:1.0.30001683"
|
|
8078
|
+
checksum: 10c0/0ca7f4f2fbd0c71fde5a14ca2e29bb1dcb84c095d7a3d88e47371e062f276f1dc31da3f10931ec134ef7fb096259c0d67c9ffb843a9ec4a040a85eb2fea0bdec
|
|
8079
8079
|
languageName: node
|
|
8080
8080
|
linkType: hard
|
|
8081
8081
|
|
|
@@ -13723,9 +13723,9 @@ __metadata:
|
|
|
13723
13723
|
linkType: hard
|
|
13724
13724
|
|
|
13725
13725
|
"libphonenumber-js@npm:^1.9.11":
|
|
13726
|
-
version: 1.11.
|
|
13727
|
-
resolution: "libphonenumber-js@npm:1.11.
|
|
13728
|
-
checksum: 10c0/
|
|
13726
|
+
version: 1.11.15
|
|
13727
|
+
resolution: "libphonenumber-js@npm:1.11.15"
|
|
13728
|
+
checksum: 10c0/eb1794ee38d2bc3087f7e5596740949493c745fe4734c5bcee3cf51344da16e1ea49c96fcc19c57eac36ebfffda6d328cbdbaff7bc26714a594a4a98f7789153
|
|
13729
13729
|
languageName: node
|
|
13730
13730
|
linkType: hard
|
|
13731
13731
|
|
|
@@ -14193,11 +14193,11 @@ __metadata:
|
|
|
14193
14193
|
linkType: hard
|
|
14194
14194
|
|
|
14195
14195
|
"markdown-to-jsx@npm:^7.1.3":
|
|
14196
|
-
version: 7.
|
|
14197
|
-
resolution: "markdown-to-jsx@npm:7.
|
|
14196
|
+
version: 7.7.0
|
|
14197
|
+
resolution: "markdown-to-jsx@npm:7.7.0"
|
|
14198
14198
|
peerDependencies:
|
|
14199
14199
|
react: ">= 0.14.0"
|
|
14200
|
-
checksum: 10c0/
|
|
14200
|
+
checksum: 10c0/ffaad99232a802f86be350458c969b50dfaf2e13597b89ce61ada2354ddb8c97f77ed82d5779d91ebc27a765ae4fdcf58fb078266260f3db2fe7f5fe797c2a81
|
|
14201
14201
|
languageName: node
|
|
14202
14202
|
linkType: hard
|
|
14203
14203
|
|