@skedulo/sked-ui 19.8.2 → 19.10.0
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/components/avatar/AvatarDetail.d.ts +0 -1
- package/dist/components/datepicker/DateTime.d.ts +0 -1
- package/dist/components/datepicker/Time.d.ts +0 -1
- package/dist/components/filter-bar/filter-list/FilterList.d.ts +0 -1
- package/dist/components/forms/elements/AsyncMultiSearchSelect.d.ts +0 -1
- package/dist/components/forms/elements/AsyncSearchSelect.d.ts +0 -1
- package/dist/components/forms/elements/MultiSearchSelect.d.ts +0 -1
- package/dist/components/forms/elements/SearchSelect.d.ts +0 -1
- package/dist/components/icon/iconPaths.d.ts +1 -0
- package/dist/components/test/TestComponent.d.ts +0 -1
- package/dist/index.js +291 -278
- package/package.json +3 -3
- package/yarn.lock +39 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skedulo/sked-ui",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.10.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@types/jest": "24.0.11",
|
|
98
98
|
"@types/lodash": "^4.14.116",
|
|
99
99
|
"@types/react": "17.0.6",
|
|
100
|
-
"@types/react-datepicker": "
|
|
100
|
+
"@types/react-datepicker": "4.1.7",
|
|
101
101
|
"@types/react-dom": "17.0.5",
|
|
102
102
|
"@types/storybook__addon-actions": "^3.4.3",
|
|
103
103
|
"@types/storybook__addon-info": "^4.1.1",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"@types/react-textarea-autosize": "^4.3.5",
|
|
157
157
|
"date-fns": "2.14.0",
|
|
158
158
|
"downshift": "5.4.7",
|
|
159
|
-
"react-datepicker": "4.
|
|
159
|
+
"react-datepicker": "4.3.0",
|
|
160
160
|
"react-fast-compare": "^2.0.4",
|
|
161
161
|
"react-popper": "2.2.5",
|
|
162
162
|
"react-resize-detector": "6.7.0",
|
package/yarn.lock
CHANGED
|
@@ -2424,23 +2424,24 @@
|
|
|
2424
2424
|
integrity sha512-PijRCG/K3s3w1We6ynUKdxEc5AcuuH3NBmMDP8uvKVp6X43UY7NQlTzczakXP3DJR0F4dfNQIGjU2cUeRYs2AA==
|
|
2425
2425
|
|
|
2426
2426
|
"@types/prop-types@*":
|
|
2427
|
-
version "15.7.
|
|
2428
|
-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.
|
|
2429
|
-
integrity sha512-
|
|
2427
|
+
version "15.7.4"
|
|
2428
|
+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
|
|
2429
|
+
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
|
|
2430
2430
|
|
|
2431
2431
|
"@types/q@^1.5.1":
|
|
2432
2432
|
version "1.5.2"
|
|
2433
2433
|
resolved "https://registry.npmjs.org/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
|
|
2434
2434
|
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
|
|
2435
2435
|
|
|
2436
|
-
"@types/react-datepicker@
|
|
2437
|
-
version "
|
|
2438
|
-
resolved "https://registry.yarnpkg.com/@types/react-datepicker/-/react-datepicker-
|
|
2439
|
-
integrity sha512-
|
|
2436
|
+
"@types/react-datepicker@4.1.7":
|
|
2437
|
+
version "4.1.7"
|
|
2438
|
+
resolved "https://registry.yarnpkg.com/@types/react-datepicker/-/react-datepicker-4.1.7.tgz#2df051ddf6d2694700ccd1c57b60855d62215454"
|
|
2439
|
+
integrity sha512-8FZt62redGDsO/Dptb8/kdu/JZsAD17lsU3E8OwJqxhtNk4EsdVT0v2ArP8efDGkmtonIKVF2usoPzF6ZeL8zw==
|
|
2440
2440
|
dependencies:
|
|
2441
|
+
"@popperjs/core" "^2.9.2"
|
|
2441
2442
|
"@types/react" "*"
|
|
2442
2443
|
date-fns "^2.0.1"
|
|
2443
|
-
popper
|
|
2444
|
+
react-popper "^2.2.5"
|
|
2444
2445
|
|
|
2445
2446
|
"@types/react-dom@17.0.5":
|
|
2446
2447
|
version "17.0.5"
|
|
@@ -2463,7 +2464,16 @@
|
|
|
2463
2464
|
dependencies:
|
|
2464
2465
|
"@types/react" "*"
|
|
2465
2466
|
|
|
2466
|
-
"@types/react@*"
|
|
2467
|
+
"@types/react@*":
|
|
2468
|
+
version "17.0.33"
|
|
2469
|
+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.33.tgz#e01ae3de7613dac1094569880bb3792732203ad5"
|
|
2470
|
+
integrity sha512-pLWntxXpDPaU+RTAuSGWGSEL2FRTNyRQOjSWDke/rxRg14ncsZvx8AKWMWZqvc1UOaJIAoObdZhAWvRaHFi5rw==
|
|
2471
|
+
dependencies:
|
|
2472
|
+
"@types/prop-types" "*"
|
|
2473
|
+
"@types/scheduler" "*"
|
|
2474
|
+
csstype "^3.0.2"
|
|
2475
|
+
|
|
2476
|
+
"@types/react@17.0.6":
|
|
2467
2477
|
version "17.0.6"
|
|
2468
2478
|
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.6.tgz#0ec564566302c562bf497d73219797a5e0297013"
|
|
2469
2479
|
integrity sha512-u/TtPoF/hrvb63LdukET6ncaplYsvCvmkceasx8oG84/ZCsoLxz9Z/raPBP4lTAiWW1Jb889Y9svHmv8R26dWw==
|
|
@@ -2478,9 +2488,9 @@
|
|
|
2478
2488
|
integrity sha512-8k/67Z95Goa6Lznuykxkfhq9YU3l1Qe6LNZmwde1u7802a3x8v44oq0j91DICclxatTr0rNnhXx7+VTIetSrSQ==
|
|
2479
2489
|
|
|
2480
2490
|
"@types/scheduler@*":
|
|
2481
|
-
version "0.16.
|
|
2482
|
-
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.
|
|
2483
|
-
integrity sha512-
|
|
2491
|
+
version "0.16.2"
|
|
2492
|
+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
|
|
2493
|
+
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
|
|
2484
2494
|
|
|
2485
2495
|
"@types/stack-utils@^2.0.0":
|
|
2486
2496
|
version "2.0.0"
|
|
@@ -5401,9 +5411,9 @@ csstype@^2.5.2, csstype@^2.5.7:
|
|
|
5401
5411
|
integrity sha512-rINUZXOkcBmoHWEyu7JdHu5JMzkGRoMX4ov9830WNgxf5UYxcBUO0QTKAqeJ5EZfSdlrcJYkC8WwfVW7JYi4yg==
|
|
5402
5412
|
|
|
5403
5413
|
csstype@^3.0.2:
|
|
5404
|
-
version "3.0.
|
|
5405
|
-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.
|
|
5406
|
-
integrity sha512-
|
|
5414
|
+
version "3.0.9"
|
|
5415
|
+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
|
|
5416
|
+
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
|
|
5407
5417
|
|
|
5408
5418
|
currently-unhandled@^0.4.1:
|
|
5409
5419
|
version "0.4.1"
|
|
@@ -5455,10 +5465,10 @@ date-fns@^1.27.2:
|
|
|
5455
5465
|
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
|
|
5456
5466
|
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
|
|
5457
5467
|
|
|
5458
|
-
date-fns@^2.0.1:
|
|
5459
|
-
version "2.
|
|
5460
|
-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.
|
|
5461
|
-
integrity sha512-
|
|
5468
|
+
date-fns@^2.0.1, date-fns@^2.24.0:
|
|
5469
|
+
version "2.25.0"
|
|
5470
|
+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.25.0.tgz#8c5c8f1d958be3809a9a03f4b742eba894fc5680"
|
|
5471
|
+
integrity sha512-ovYRFnTrbGPD4nqaEqescPEv1mNwvt+UTqI3Ay9SzNtey9NZnYu6E2qCcBBgJ6/2VF1zGGygpyTDITqpQQ5e+w==
|
|
5462
5472
|
|
|
5463
5473
|
date-now@^0.1.4:
|
|
5464
5474
|
version "0.1.4"
|
|
@@ -11782,11 +11792,6 @@ polished@^2.3.3:
|
|
|
11782
11792
|
dependencies:
|
|
11783
11793
|
"@babel/runtime" "^7.2.0"
|
|
11784
11794
|
|
|
11785
|
-
popper.js@^1.14.1:
|
|
11786
|
-
version "1.15.0"
|
|
11787
|
-
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.15.0.tgz#5560b99bbad7647e9faa475c6b8056621f5a4ff2"
|
|
11788
|
-
integrity sha512-w010cY1oCUmI+9KwwlWki+r5jxKfTFDVoadl7MSrIujHU5MJ5OR6HTDj6Xo8aoR/QsA56x8jKjA59qGH4ELtrA==
|
|
11789
|
-
|
|
11790
11795
|
popper.js@^1.14.4:
|
|
11791
11796
|
version "1.16.1"
|
|
11792
11797
|
resolved "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b"
|
|
@@ -12355,16 +12360,16 @@ react-color@^2.17.0:
|
|
|
12355
12360
|
reactcss "^1.2.0"
|
|
12356
12361
|
tinycolor2 "^1.4.1"
|
|
12357
12362
|
|
|
12358
|
-
react-datepicker@4.
|
|
12359
|
-
version "4.
|
|
12360
|
-
resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-4.
|
|
12361
|
-
integrity sha512-
|
|
12363
|
+
react-datepicker@4.3.0:
|
|
12364
|
+
version "4.3.0"
|
|
12365
|
+
resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-4.3.0.tgz#f2e2fc652b7ed3c231663d858da4a3c67f470784"
|
|
12366
|
+
integrity sha512-cg+gp4YnPcZc6iZ0+v7VuRgcFG22KL7izHYrCxXeSLOn5VGkyxTfcu5qA/cGIsngurCt/u0NtgVTlHB1Fwap1g==
|
|
12362
12367
|
dependencies:
|
|
12363
12368
|
"@popperjs/core" "^2.9.2"
|
|
12364
12369
|
classnames "^2.2.6"
|
|
12365
|
-
date-fns "^2.0
|
|
12370
|
+
date-fns "^2.24.0"
|
|
12366
12371
|
prop-types "^15.7.2"
|
|
12367
|
-
react-onclickoutside "^6.
|
|
12372
|
+
react-onclickoutside "^6.12.0"
|
|
12368
12373
|
react-popper "^2.2.5"
|
|
12369
12374
|
|
|
12370
12375
|
react-dev-utils@^7.0.0, react-dev-utils@^7.0.1:
|
|
@@ -12547,10 +12552,10 @@ react-modal@^3.8.1:
|
|
|
12547
12552
|
react-lifecycles-compat "^3.0.0"
|
|
12548
12553
|
warning "^3.0.0"
|
|
12549
12554
|
|
|
12550
|
-
react-onclickoutside@^6.
|
|
12551
|
-
version "6.
|
|
12552
|
-
resolved "https://registry.yarnpkg.com/react-onclickoutside/-/react-onclickoutside-6.
|
|
12553
|
-
integrity sha512-
|
|
12555
|
+
react-onclickoutside@^6.12.0:
|
|
12556
|
+
version "6.12.0"
|
|
12557
|
+
resolved "https://registry.yarnpkg.com/react-onclickoutside/-/react-onclickoutside-6.12.0.tgz#c63db2e3c2c852b288160cdb6cff443604e28db4"
|
|
12558
|
+
integrity sha512-oPlOTYcISLHfpMog2lUZMFSbqOs4LFcA4+vo7fpfevB5v9Z0D5VBDBkfeO5lv+hpEcGoaGk67braLT+QT+eICA==
|
|
12554
12559
|
|
|
12555
12560
|
react-popper-tooltip@^2.8.0:
|
|
12556
12561
|
version "2.8.1"
|