@licklist/design 0.71.0 → 0.71.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.
- package/dist/calendar/utils/index.d.ts +8 -2
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/calendar/utils/index.js +9 -21
- package/dist/date-time-button/DateContent.d.ts.map +1 -1
- package/dist/date-time-button/DateContent.js +3 -3
- package/package.json +4 -4
- package/src/calendar/utils/index.ts +17 -26
- package/src/date-time-button/DateContent.tsx +3 -3
- package/yarn.lock +67 -85
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
import { TimeZone } from '@licklist/core/dist/DataMapper/Common/TimeZoneDataMapper';
|
|
1
2
|
import { DateTime } from 'luxon';
|
|
2
|
-
|
|
3
|
-
|
|
3
|
+
type Builder = (args: {
|
|
4
|
+
initialDate?: DateTime;
|
|
5
|
+
timeZone: TimeZone['name'];
|
|
6
|
+
}) => DateTime[];
|
|
7
|
+
export declare const getMonthCalendarDates: Builder;
|
|
8
|
+
export declare const getWeekCalendarDates: Builder;
|
|
9
|
+
export {};
|
|
4
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/calendar/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAY,MAAM,OAAO,CAAA;AAE1C,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/calendar/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,0DAA0D,CAAA;AACnF,OAAO,EAAE,QAAQ,EAAY,MAAM,OAAO,CAAA;AAE1C,KAAK,OAAO,GAAG,CAAC,IAAI,EAAE;IACpB,WAAW,CAAC,EAAE,QAAQ,CAAA;IACtB,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;CAC3B,KAAK,QAAQ,EAAE,CAAA;AAEhB,eAAO,MAAM,qBAAqB,EAAE,OAYnC,CAAA;AAED,eAAO,MAAM,oBAAoB,EAAE,OAQlC,CAAA"}
|
|
@@ -1,39 +1,27 @@
|
|
|
1
|
-
import { Interval } from 'luxon';
|
|
1
|
+
import { DateTime, Interval } from 'luxon';
|
|
2
2
|
|
|
3
|
-
var getMonthCalendarDates = function(
|
|
3
|
+
var getMonthCalendarDates = function(param) {
|
|
4
|
+
var _initialDate = param.initialDate, timeZone = param.timeZone;
|
|
5
|
+
var initialDate = _initialDate || DateTime.now().setZone(timeZone);
|
|
4
6
|
var startOfMonth = initialDate.startOf('month');
|
|
5
7
|
var endOfMonth = initialDate.endOf('month');
|
|
6
|
-
|
|
8
|
+
return Interval.fromDateTimes(startOfMonth, endOfMonth).splitBy({
|
|
7
9
|
day: 1
|
|
8
10
|
}).map(function(d) {
|
|
9
11
|
return d.start;
|
|
10
12
|
});
|
|
11
|
-
if (timeZone) {
|
|
12
|
-
return dateTimes.map(function(date) {
|
|
13
|
-
return date.setZone(timeZone, {
|
|
14
|
-
keepLocalTime: true
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
return dateTimes;
|
|
19
13
|
};
|
|
20
|
-
var getWeekCalendarDates = function(
|
|
14
|
+
var getWeekCalendarDates = function(param) {
|
|
15
|
+
var timeZone = param.timeZone;
|
|
16
|
+
var initialDate = DateTime.now().setZone(timeZone);
|
|
21
17
|
var lastDay = initialDate.plus({
|
|
22
18
|
days: 7
|
|
23
19
|
});
|
|
24
|
-
|
|
20
|
+
return Interval.fromDateTimes(initialDate, lastDay).splitBy({
|
|
25
21
|
day: 1
|
|
26
22
|
}).map(function(d) {
|
|
27
23
|
return d.start;
|
|
28
24
|
});
|
|
29
|
-
if (timeZone) {
|
|
30
|
-
return dateTimes.map(function(date) {
|
|
31
|
-
return date.setZone(timeZone, {
|
|
32
|
-
keepLocalTime: true
|
|
33
|
-
});
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
return dateTimes;
|
|
37
25
|
};
|
|
38
26
|
|
|
39
27
|
export { getMonthCalendarDates, getWeekCalendarDates };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateContent.d.ts","sourceRoot":"","sources":["../../src/date-time-button/DateContent.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DateContent.d.ts","sourceRoot":"","sources":["../../src/date-time-button/DateContent.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAGhC,OAAO,EAAE,mBAAmB,EAAW,MAAM,kBAAkB,CAAA;AAE/D,KAAK,gBAAgB,GAAG,IAAI,CAC1B,mBAAmB,EACnB,YAAY,GAAG,YAAY,GAAG,SAAS,CACxC,GAAG;IACF,IAAI,EAAE,QAAQ,CAAA;CACf,CAAA;AAED,eAAO,MAAM,WAAW,+CAKrB,gBAAgB,4CA6BlB,CAAA"}
|
|
@@ -2,8 +2,8 @@ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
|
2
2
|
import { TIME_FORMAT, DAY_NUMBER, DAY_NUMBER_WITH_MONTH, DAY_OF_WEEK } from '@licklist/core/dist/Config';
|
|
3
3
|
import { getDayWithOrdinal } from '@licklist/plugins/dist/utils/formatDate';
|
|
4
4
|
import clsx from 'clsx';
|
|
5
|
-
import { isToday, isTomorrow } from 'date-fns';
|
|
6
5
|
import { useTranslation } from 'react-i18next';
|
|
6
|
+
import { isToday, isTomorrow } from '@licklist/plugins/dist';
|
|
7
7
|
import { Variant } from './DateTimeButton.js';
|
|
8
8
|
|
|
9
9
|
function _array_like_to_array(arr, len) {
|
|
@@ -81,8 +81,8 @@ var DateContent = function(param) {
|
|
|
81
81
|
});
|
|
82
82
|
};
|
|
83
83
|
var getDate = function(date) {
|
|
84
|
-
if (isToday(date
|
|
85
|
-
if (isTomorrow(date
|
|
84
|
+
if (isToday(date)) return 'today';
|
|
85
|
+
if (isTomorrow(date)) return 'tomorrow';
|
|
86
86
|
return date.toFormat(DAY_OF_WEEK);
|
|
87
87
|
};
|
|
88
88
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@licklist/design",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"@dnd-kit/utilities": "2.0.0",
|
|
62
62
|
"@fortawesome/fontawesome-svg-core": "1.2.34",
|
|
63
63
|
"@fortawesome/free-solid-svg-icons": "5.15.2",
|
|
64
|
-
"@licklist/core": "0.
|
|
64
|
+
"@licklist/core": "0.32.0",
|
|
65
65
|
"@licklist/eslint-config": "0.5.6",
|
|
66
|
-
"@licklist/plugins": "0.
|
|
66
|
+
"@licklist/plugins": "0.35.0",
|
|
67
67
|
"@mantine/core": "6.0.22",
|
|
68
68
|
"@mantine/hooks": "6.0.22",
|
|
69
69
|
"@mdx-js/react": "1.6.22",
|
|
@@ -206,4 +206,4 @@
|
|
|
206
206
|
"node": "20.9.0",
|
|
207
207
|
"yarn": "4.4.0"
|
|
208
208
|
}
|
|
209
|
-
}
|
|
209
|
+
}
|
|
@@ -1,40 +1,31 @@
|
|
|
1
|
+
import { TimeZone } from '@licklist/core/dist/DataMapper/Common/TimeZoneDataMapper'
|
|
1
2
|
import { DateTime, Interval } from 'luxon'
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
initialDate
|
|
5
|
-
timeZone
|
|
6
|
-
)
|
|
4
|
+
type Builder = (args: {
|
|
5
|
+
initialDate?: DateTime
|
|
6
|
+
timeZone: TimeZone['name']
|
|
7
|
+
}) => DateTime[]
|
|
8
|
+
|
|
9
|
+
export const getMonthCalendarDates: Builder = ({
|
|
10
|
+
initialDate: _initialDate,
|
|
11
|
+
timeZone,
|
|
12
|
+
}): DateTime[] => {
|
|
13
|
+
const initialDate = _initialDate || DateTime.now().setZone(timeZone)
|
|
14
|
+
|
|
7
15
|
const startOfMonth = initialDate.startOf('month')
|
|
8
16
|
const endOfMonth = initialDate.endOf('month')
|
|
9
17
|
|
|
10
|
-
|
|
18
|
+
return Interval.fromDateTimes(startOfMonth, endOfMonth)
|
|
11
19
|
.splitBy({ day: 1 })
|
|
12
20
|
.map((d) => d.start)
|
|
13
|
-
|
|
14
|
-
if (timeZone) {
|
|
15
|
-
return dateTimes.map((date) =>
|
|
16
|
-
date.setZone(timeZone, { keepLocalTime: true }),
|
|
17
|
-
)
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
return dateTimes
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
export const getWeekCalendarDates = (
|
|
24
|
-
initialDate
|
|
25
|
-
|
|
26
|
-
): DateTime[] => {
|
|
23
|
+
export const getWeekCalendarDates: Builder = ({ timeZone }): DateTime[] => {
|
|
24
|
+
const initialDate = DateTime.now().setZone(timeZone)
|
|
25
|
+
|
|
27
26
|
const lastDay = initialDate.plus({ days: 7 })
|
|
28
27
|
|
|
29
|
-
|
|
28
|
+
return Interval.fromDateTimes(initialDate, lastDay)
|
|
30
29
|
.splitBy({ day: 1 })
|
|
31
30
|
.map((d) => d.start)
|
|
32
|
-
|
|
33
|
-
if (timeZone) {
|
|
34
|
-
return dateTimes.map((date) =>
|
|
35
|
-
date.setZone(timeZone, { keepLocalTime: true }),
|
|
36
|
-
)
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
return dateTimes
|
|
40
31
|
}
|
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
} from '@licklist/core/dist/Config'
|
|
7
7
|
import { getDayWithOrdinal } from '@licklist/plugins/dist/utils/formatDate'
|
|
8
8
|
import clsx from 'clsx'
|
|
9
|
-
import { isToday, isTomorrow } from 'date-fns'
|
|
10
9
|
import { DateTime } from 'luxon'
|
|
11
10
|
import { useTranslation } from 'react-i18next'
|
|
11
|
+
import { isToday, isTomorrow } from '@licklist/plugins/dist'
|
|
12
12
|
import { DateTimeButtonProps, Variant } from './DateTimeButton'
|
|
13
13
|
|
|
14
14
|
type DateContentProps = Pick<
|
|
@@ -55,9 +55,9 @@ export const DateContent = ({
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
const getDate = (date: DateTime): string => {
|
|
58
|
-
if (isToday(date
|
|
58
|
+
if (isToday(date)) return 'today'
|
|
59
59
|
|
|
60
|
-
if (isTomorrow(date
|
|
60
|
+
if (isTomorrow(date)) return 'tomorrow'
|
|
61
61
|
|
|
62
62
|
return date.toFormat(DAY_OF_WEEK)
|
|
63
63
|
}
|
package/yarn.lock
CHANGED
|
@@ -198,9 +198,9 @@ __metadata:
|
|
|
198
198
|
languageName: node
|
|
199
199
|
linkType: hard
|
|
200
200
|
|
|
201
|
-
"@babel/helper-define-polyfill-provider@npm:^0.6.2":
|
|
202
|
-
version: 0.6.
|
|
203
|
-
resolution: "@babel/helper-define-polyfill-provider@npm:0.6.
|
|
201
|
+
"@babel/helper-define-polyfill-provider@npm:^0.6.2, @babel/helper-define-polyfill-provider@npm:^0.6.3":
|
|
202
|
+
version: 0.6.3
|
|
203
|
+
resolution: "@babel/helper-define-polyfill-provider@npm:0.6.3"
|
|
204
204
|
dependencies:
|
|
205
205
|
"@babel/helper-compilation-targets": "npm:^7.22.6"
|
|
206
206
|
"@babel/helper-plugin-utils": "npm:^7.22.5"
|
|
@@ -209,7 +209,7 @@ __metadata:
|
|
|
209
209
|
resolve: "npm:^1.14.2"
|
|
210
210
|
peerDependencies:
|
|
211
211
|
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
|
|
212
|
-
checksum: 10c0/
|
|
212
|
+
checksum: 10c0/4320e3527645e98b6a0d5626fef815680e3b2b03ec36045de5e909b0f01546ab3674e96f50bf3bc8413f8c9037e5ee1a5f560ebdf8210426dad1c2c03c96184a
|
|
213
213
|
languageName: node
|
|
214
214
|
linkType: hard
|
|
215
215
|
|
|
@@ -2466,9 +2466,9 @@ __metadata:
|
|
|
2466
2466
|
languageName: node
|
|
2467
2467
|
linkType: hard
|
|
2468
2468
|
|
|
2469
|
-
"@licklist/core@npm:0.
|
|
2470
|
-
version: 0.
|
|
2471
|
-
resolution: "@licklist/core@npm:0.
|
|
2469
|
+
"@licklist/core@npm:0.32.0":
|
|
2470
|
+
version: 0.32.0
|
|
2471
|
+
resolution: "@licklist/core@npm:0.32.0"
|
|
2472
2472
|
dependencies:
|
|
2473
2473
|
"@sentry/browser": "npm:6.2.0"
|
|
2474
2474
|
axios: "npm:0.26.0"
|
|
@@ -2490,35 +2490,7 @@ __metadata:
|
|
|
2490
2490
|
react-i18next: 11.8.8
|
|
2491
2491
|
react-intl: 6.6.8
|
|
2492
2492
|
zustand: 3.7.2
|
|
2493
|
-
checksum: 10c0/
|
|
2494
|
-
languageName: node
|
|
2495
|
-
linkType: hard
|
|
2496
|
-
|
|
2497
|
-
"@licklist/core@npm:0.31.5":
|
|
2498
|
-
version: 0.31.5
|
|
2499
|
-
resolution: "@licklist/core@npm:0.31.5"
|
|
2500
|
-
dependencies:
|
|
2501
|
-
"@sentry/browser": "npm:6.2.0"
|
|
2502
|
-
axios: "npm:0.26.0"
|
|
2503
|
-
i18next: "npm:19.4.5"
|
|
2504
|
-
luxon: "npm:3.5.0"
|
|
2505
|
-
react: "npm:17.0.2"
|
|
2506
|
-
react-dom: "npm:17.0.2"
|
|
2507
|
-
react-i18next: "npm:11.8.8"
|
|
2508
|
-
react-intl: "npm:6.6.8"
|
|
2509
|
-
uuid: "npm:9.0.0"
|
|
2510
|
-
wait-for-expect: "npm:3.0.2"
|
|
2511
|
-
zustand: "npm:3.7.2"
|
|
2512
|
-
peerDependencies:
|
|
2513
|
-
"@licklist/eslint-config": 0.5.6
|
|
2514
|
-
axios: 0.26.0
|
|
2515
|
-
luxon: 3.5.0
|
|
2516
|
-
react: 17.0.2
|
|
2517
|
-
react-dom: 17.0.2
|
|
2518
|
-
react-i18next: 11.8.8
|
|
2519
|
-
react-intl: 6.6.8
|
|
2520
|
-
zustand: 3.7.2
|
|
2521
|
-
checksum: 10c0/d33fcc9b2e12c3febc7fb7497e5eb427f7547fb3ca7e3db7d6cbdf5d674d053004f7788140b76353f8a5544a909aa3bc84210d9da613c80a13662139eac85fee
|
|
2493
|
+
checksum: 10c0/6f239b2483835a794447f4464ff2770b153a137361afa42a52a782b0d458523b356448db0aff45aaa475db78d3600a8cb94b97c2f669baaa1eb00aa43905631c
|
|
2522
2494
|
languageName: node
|
|
2523
2495
|
linkType: hard
|
|
2524
2496
|
|
|
@@ -2533,9 +2505,9 @@ __metadata:
|
|
|
2533
2505
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2534
2506
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2535
2507
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2536
|
-
"@licklist/core": "npm:0.
|
|
2508
|
+
"@licklist/core": "npm:0.32.0"
|
|
2537
2509
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2538
|
-
"@licklist/plugins": "npm:0.
|
|
2510
|
+
"@licklist/plugins": "npm:0.35.0"
|
|
2539
2511
|
"@mantine/core": "npm:6.0.22"
|
|
2540
2512
|
"@mantine/hooks": "npm:6.0.22"
|
|
2541
2513
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2696,11 +2668,11 @@ __metadata:
|
|
|
2696
2668
|
languageName: node
|
|
2697
2669
|
linkType: hard
|
|
2698
2670
|
|
|
2699
|
-
"@licklist/plugins@npm:0.
|
|
2700
|
-
version: 0.
|
|
2701
|
-
resolution: "@licklist/plugins@npm:0.
|
|
2671
|
+
"@licklist/plugins@npm:0.35.0":
|
|
2672
|
+
version: 0.35.0
|
|
2673
|
+
resolution: "@licklist/plugins@npm:0.35.0"
|
|
2702
2674
|
dependencies:
|
|
2703
|
-
"@licklist/core": "npm:0.
|
|
2675
|
+
"@licklist/core": "npm:0.32.0"
|
|
2704
2676
|
axios: "npm:0.26.0"
|
|
2705
2677
|
history: "npm:4.10.1"
|
|
2706
2678
|
laravel-echo: "npm:1.15.1"
|
|
@@ -2732,7 +2704,7 @@ __metadata:
|
|
|
2732
2704
|
react-loader: 2.4.7
|
|
2733
2705
|
react-query: 3.34.12
|
|
2734
2706
|
react-router-dom: 5.2.0
|
|
2735
|
-
checksum: 10c0/
|
|
2707
|
+
checksum: 10c0/bd1703bcdb5cb03d1e12e60b33c65b6031cb9e11026081092bd93895ee85855caed9ddb52526927e07dde128c15b700d585923ae7354a616e661534e46cd74f9
|
|
2736
2708
|
languageName: node
|
|
2737
2709
|
linkType: hard
|
|
2738
2710
|
|
|
@@ -5688,12 +5660,12 @@ __metadata:
|
|
|
5688
5660
|
linkType: hard
|
|
5689
5661
|
|
|
5690
5662
|
"@types/node-fetch@npm:^2.5.7":
|
|
5691
|
-
version: 2.6.
|
|
5692
|
-
resolution: "@types/node-fetch@npm:2.6.
|
|
5663
|
+
version: 2.6.12
|
|
5664
|
+
resolution: "@types/node-fetch@npm:2.6.12"
|
|
5693
5665
|
dependencies:
|
|
5694
5666
|
"@types/node": "npm:*"
|
|
5695
5667
|
form-data: "npm:^4.0.0"
|
|
5696
|
-
checksum: 10c0/
|
|
5668
|
+
checksum: 10c0/7693acad5499b7df2d1727d46cff092a63896dc04645f36b973dd6dd754a59a7faba76fcb777bdaa35d80625c6a9dd7257cca9c401a4bab03b04480cda7fd1af
|
|
5697
5669
|
languageName: node
|
|
5698
5670
|
linkType: hard
|
|
5699
5671
|
|
|
@@ -6600,7 +6572,7 @@ __metadata:
|
|
|
6600
6572
|
languageName: node
|
|
6601
6573
|
linkType: hard
|
|
6602
6574
|
|
|
6603
|
-
"acorn@npm:^8.
|
|
6575
|
+
"acorn@npm:^8.14.0, acorn@npm:^8.5.0, acorn@npm:^8.8.2":
|
|
6604
6576
|
version: 8.14.0
|
|
6605
6577
|
resolution: "acorn@npm:8.14.0"
|
|
6606
6578
|
bin:
|
|
@@ -7413,15 +7385,15 @@ __metadata:
|
|
|
7413
7385
|
linkType: hard
|
|
7414
7386
|
|
|
7415
7387
|
"babel-plugin-polyfill-corejs2@npm:^0.4.10":
|
|
7416
|
-
version: 0.4.
|
|
7417
|
-
resolution: "babel-plugin-polyfill-corejs2@npm:0.4.
|
|
7388
|
+
version: 0.4.12
|
|
7389
|
+
resolution: "babel-plugin-polyfill-corejs2@npm:0.4.12"
|
|
7418
7390
|
dependencies:
|
|
7419
7391
|
"@babel/compat-data": "npm:^7.22.6"
|
|
7420
|
-
"@babel/helper-define-polyfill-provider": "npm:^0.6.
|
|
7392
|
+
"@babel/helper-define-polyfill-provider": "npm:^0.6.3"
|
|
7421
7393
|
semver: "npm:^6.3.1"
|
|
7422
7394
|
peerDependencies:
|
|
7423
7395
|
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
|
|
7424
|
-
checksum: 10c0/
|
|
7396
|
+
checksum: 10c0/49150c310de2d472ecb95bd892bca1aa833cf5e84bbb76e3e95cf9ff2c6c8c3b3783dd19d70ba50ff6235eb8ce1fa1c0affe491273c95a1ef6a2923f4d5a3819
|
|
7425
7397
|
languageName: node
|
|
7426
7398
|
linkType: hard
|
|
7427
7399
|
|
|
@@ -7450,13 +7422,13 @@ __metadata:
|
|
|
7450
7422
|
linkType: hard
|
|
7451
7423
|
|
|
7452
7424
|
"babel-plugin-polyfill-regenerator@npm:^0.6.1":
|
|
7453
|
-
version: 0.6.
|
|
7454
|
-
resolution: "babel-plugin-polyfill-regenerator@npm:0.6.
|
|
7425
|
+
version: 0.6.3
|
|
7426
|
+
resolution: "babel-plugin-polyfill-regenerator@npm:0.6.3"
|
|
7455
7427
|
dependencies:
|
|
7456
|
-
"@babel/helper-define-polyfill-provider": "npm:^0.6.
|
|
7428
|
+
"@babel/helper-define-polyfill-provider": "npm:^0.6.3"
|
|
7457
7429
|
peerDependencies:
|
|
7458
7430
|
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
|
|
7459
|
-
checksum: 10c0/
|
|
7431
|
+
checksum: 10c0/40164432e058e4b5c6d56feecacdad22692ae0534bd80c92d5399ed9e1a6a2b6797c8fda837995daddd4ca391f9aa2d58c74ad465164922e0f73631eaf9c4f76
|
|
7460
7432
|
languageName: node
|
|
7461
7433
|
linkType: hard
|
|
7462
7434
|
|
|
@@ -7582,9 +7554,9 @@ __metadata:
|
|
|
7582
7554
|
linkType: hard
|
|
7583
7555
|
|
|
7584
7556
|
"bn.js@npm:^4.0.0, bn.js@npm:^4.1.0, bn.js@npm:^4.11.9":
|
|
7585
|
-
version: 4.12.
|
|
7586
|
-
resolution: "bn.js@npm:4.12.
|
|
7587
|
-
checksum: 10c0/
|
|
7557
|
+
version: 4.12.1
|
|
7558
|
+
resolution: "bn.js@npm:4.12.1"
|
|
7559
|
+
checksum: 10c0/b7f37a0cd5e4b79142b6f4292d518b416be34ae55d6dd6b0f66f96550c8083a50ffbbf8bda8d0ab471158cb81aa74ea4ee58fe33c7802e4a30b13810e98df116
|
|
7588
7560
|
languageName: node
|
|
7589
7561
|
linkType: hard
|
|
7590
7562
|
|
|
@@ -8211,8 +8183,8 @@ __metadata:
|
|
|
8211
8183
|
linkType: hard
|
|
8212
8184
|
|
|
8213
8185
|
"chromatic@npm:^11.4.0":
|
|
8214
|
-
version: 11.18.
|
|
8215
|
-
resolution: "chromatic@npm:11.18.
|
|
8186
|
+
version: 11.18.1
|
|
8187
|
+
resolution: "chromatic@npm:11.18.1"
|
|
8216
8188
|
peerDependencies:
|
|
8217
8189
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8218
8190
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8225,7 +8197,7 @@ __metadata:
|
|
|
8225
8197
|
chroma: dist/bin.js
|
|
8226
8198
|
chromatic: dist/bin.js
|
|
8227
8199
|
chromatic-cli: dist/bin.js
|
|
8228
|
-
checksum: 10c0/
|
|
8200
|
+
checksum: 10c0/7f95a702f33047badb4ef1c8e3a400ed4e8cb738926505fd6de632b60fc43fd6e9fa3a3d35756c8b285366c9c72085b330af7bdb5ec5c1672a39262a86540163
|
|
8229
8201
|
languageName: node
|
|
8230
8202
|
linkType: hard
|
|
8231
8203
|
|
|
@@ -9844,9 +9816,9 @@ __metadata:
|
|
|
9844
9816
|
linkType: hard
|
|
9845
9817
|
|
|
9846
9818
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.41":
|
|
9847
|
-
version: 1.5.
|
|
9848
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9849
|
-
checksum: 10c0/
|
|
9819
|
+
version: 1.5.56
|
|
9820
|
+
resolution: "electron-to-chromium@npm:1.5.56"
|
|
9821
|
+
checksum: 10c0/515ee6c8d75fb48f4a7d1ae44cc788cd219c24a3e20a44edb0ee77506687e163dd9663fbf7805c5c5281c52e735605d94d0afd22ec0644ea0e0fb2bc471fd23b
|
|
9850
9822
|
languageName: node
|
|
9851
9823
|
linkType: hard
|
|
9852
9824
|
|
|
@@ -14185,11 +14157,11 @@ __metadata:
|
|
|
14185
14157
|
linkType: hard
|
|
14186
14158
|
|
|
14187
14159
|
"markdown-to-jsx@npm:^7.1.3":
|
|
14188
|
-
version: 7.
|
|
14189
|
-
resolution: "markdown-to-jsx@npm:7.
|
|
14160
|
+
version: 7.6.0
|
|
14161
|
+
resolution: "markdown-to-jsx@npm:7.6.0"
|
|
14190
14162
|
peerDependencies:
|
|
14191
14163
|
react: ">= 0.14.0"
|
|
14192
|
-
checksum: 10c0/
|
|
14164
|
+
checksum: 10c0/68152a548667c625a22f43b5f3aae94cf1433bb91e30b63dc2a200793bd196b7ab7f107be9ce27e58c89ef076c2901e8eba87fef6aac6056d4b9fcd80dafd8ec
|
|
14193
14165
|
languageName: node
|
|
14194
14166
|
linkType: hard
|
|
14195
14167
|
|
|
@@ -14736,14 +14708,14 @@ __metadata:
|
|
|
14736
14708
|
linkType: hard
|
|
14737
14709
|
|
|
14738
14710
|
"mlly@npm:^1.4.2, mlly@npm:^1.7.2":
|
|
14739
|
-
version: 1.7.
|
|
14740
|
-
resolution: "mlly@npm:1.7.
|
|
14711
|
+
version: 1.7.3
|
|
14712
|
+
resolution: "mlly@npm:1.7.3"
|
|
14741
14713
|
dependencies:
|
|
14742
|
-
acorn: "npm:^8.
|
|
14714
|
+
acorn: "npm:^8.14.0"
|
|
14743
14715
|
pathe: "npm:^1.1.2"
|
|
14744
|
-
pkg-types: "npm:^1.2.
|
|
14716
|
+
pkg-types: "npm:^1.2.1"
|
|
14745
14717
|
ufo: "npm:^1.5.4"
|
|
14746
|
-
checksum: 10c0/
|
|
14718
|
+
checksum: 10c0/b530887fe95a6e3458c1b24e9775dc61c167d402126f2f5f13a13845a3fb77c3db8d79cb32077c98679a392d8ecfdc4e5df3d6925bf650d807dc2dfe8cc35b53
|
|
14747
14719
|
languageName: node
|
|
14748
14720
|
linkType: hard
|
|
14749
14721
|
|
|
@@ -15873,7 +15845,7 @@ __metadata:
|
|
|
15873
15845
|
languageName: node
|
|
15874
15846
|
linkType: hard
|
|
15875
15847
|
|
|
15876
|
-
"pkg-types@npm:^1.0.3, pkg-types@npm:^1.2.
|
|
15848
|
+
"pkg-types@npm:^1.0.3, pkg-types@npm:^1.2.1":
|
|
15877
15849
|
version: 1.2.1
|
|
15878
15850
|
resolution: "pkg-types@npm:1.2.1"
|
|
15879
15851
|
dependencies:
|
|
@@ -16200,15 +16172,15 @@ __metadata:
|
|
|
16200
16172
|
linkType: hard
|
|
16201
16173
|
|
|
16202
16174
|
"postcss-modules-local-by-default@npm:^4.0.0":
|
|
16203
|
-
version: 4.0
|
|
16204
|
-
resolution: "postcss-modules-local-by-default@npm:4.0
|
|
16175
|
+
version: 4.1.0
|
|
16176
|
+
resolution: "postcss-modules-local-by-default@npm:4.1.0"
|
|
16205
16177
|
dependencies:
|
|
16206
16178
|
icss-utils: "npm:^5.0.0"
|
|
16207
|
-
postcss-selector-parser: "npm:^
|
|
16179
|
+
postcss-selector-parser: "npm:^7.0.0"
|
|
16208
16180
|
postcss-value-parser: "npm:^4.1.0"
|
|
16209
16181
|
peerDependencies:
|
|
16210
16182
|
postcss: ^8.1.0
|
|
16211
|
-
checksum: 10c0/
|
|
16183
|
+
checksum: 10c0/d6e47d2488c6fcde2c91696d15ef094e6b1cdd8d5dcdf20c6ac72567fcc4778f5f80b8381839232b37242f200b4d83e98a947bf3b3315b0bf673ea42528a3caf
|
|
16212
16184
|
languageName: node
|
|
16213
16185
|
linkType: hard
|
|
16214
16186
|
|
|
@@ -16223,13 +16195,13 @@ __metadata:
|
|
|
16223
16195
|
linkType: hard
|
|
16224
16196
|
|
|
16225
16197
|
"postcss-modules-scope@npm:^3.0.0":
|
|
16226
|
-
version: 3.2.
|
|
16227
|
-
resolution: "postcss-modules-scope@npm:3.2.
|
|
16198
|
+
version: 3.2.1
|
|
16199
|
+
resolution: "postcss-modules-scope@npm:3.2.1"
|
|
16228
16200
|
dependencies:
|
|
16229
|
-
postcss-selector-parser: "npm:^
|
|
16201
|
+
postcss-selector-parser: "npm:^7.0.0"
|
|
16230
16202
|
peerDependencies:
|
|
16231
16203
|
postcss: ^8.1.0
|
|
16232
|
-
checksum: 10c0/
|
|
16204
|
+
checksum: 10c0/bd2d81f79e3da0ef6365b8e2c78cc91469d05b58046b4601592cdeef6c4050ed8fe1478ae000a1608042fc7e692cb51fecbd2d9bce3f4eace4d32e883ffca10b
|
|
16233
16205
|
languageName: node
|
|
16234
16206
|
linkType: hard
|
|
16235
16207
|
|
|
@@ -16410,7 +16382,7 @@ __metadata:
|
|
|
16410
16382
|
languageName: node
|
|
16411
16383
|
linkType: hard
|
|
16412
16384
|
|
|
16413
|
-
"postcss-selector-parser@npm:^6.0.0, postcss-selector-parser@npm:^6.0.11, postcss-selector-parser@npm:^6.0.2, postcss-selector-parser@npm:^6.
|
|
16385
|
+
"postcss-selector-parser@npm:^6.0.0, postcss-selector-parser@npm:^6.0.11, postcss-selector-parser@npm:^6.0.2, postcss-selector-parser@npm:^6.1.1, postcss-selector-parser@npm:^6.1.2":
|
|
16414
16386
|
version: 6.1.2
|
|
16415
16387
|
resolution: "postcss-selector-parser@npm:6.1.2"
|
|
16416
16388
|
dependencies:
|
|
@@ -16420,6 +16392,16 @@ __metadata:
|
|
|
16420
16392
|
languageName: node
|
|
16421
16393
|
linkType: hard
|
|
16422
16394
|
|
|
16395
|
+
"postcss-selector-parser@npm:^7.0.0":
|
|
16396
|
+
version: 7.0.0
|
|
16397
|
+
resolution: "postcss-selector-parser@npm:7.0.0"
|
|
16398
|
+
dependencies:
|
|
16399
|
+
cssesc: "npm:^3.0.0"
|
|
16400
|
+
util-deprecate: "npm:^1.0.2"
|
|
16401
|
+
checksum: 10c0/e96e096afcce70bf5c97789f5ea09d7415ae5eb701d82b05b5e8532885d31363b484fcb1ca9488c9a331f30508d9e5bb6c3109eb2eb5067ef3d3919f9928cd9d
|
|
16402
|
+
languageName: node
|
|
16403
|
+
linkType: hard
|
|
16404
|
+
|
|
16423
16405
|
"postcss-simple-vars@npm:7.0.1, postcss-simple-vars@npm:^7.0.0":
|
|
16424
16406
|
version: 7.0.1
|
|
16425
16407
|
resolution: "postcss-simple-vars@npm:7.0.1"
|
|
@@ -16488,13 +16470,13 @@ __metadata:
|
|
|
16488
16470
|
linkType: hard
|
|
16489
16471
|
|
|
16490
16472
|
"postcss@npm:^8.2.6, postcss@npm:^8.4.23, postcss@npm:^8.4.39":
|
|
16491
|
-
version: 8.4.
|
|
16492
|
-
resolution: "postcss@npm:8.4.
|
|
16473
|
+
version: 8.4.49
|
|
16474
|
+
resolution: "postcss@npm:8.4.49"
|
|
16493
16475
|
dependencies:
|
|
16494
16476
|
nanoid: "npm:^3.3.7"
|
|
16495
16477
|
picocolors: "npm:^1.1.1"
|
|
16496
16478
|
source-map-js: "npm:^1.2.1"
|
|
16497
|
-
checksum: 10c0/
|
|
16479
|
+
checksum: 10c0/f1b3f17aaf36d136f59ec373459f18129908235e65dbdc3aee5eef8eba0756106f52de5ec4682e29a2eab53eb25170e7e871b3e4b52a8f1de3d344a514306be3
|
|
16498
16480
|
languageName: node
|
|
16499
16481
|
linkType: hard
|
|
16500
16482
|
|