pds-dev-kit-web-test 2.4.7 → 2.4.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/index.esm.js CHANGED
@@ -1,4 +1,3 @@
1
- import { __assign as __assign$a, __makeTemplateObject, __rest as __rest$5, __spreadArray as __spreadArray$2, __awaiter, __generator, __extends } from 'tslib';
2
1
  import styled, { css as css$1, keyframes, useTheme, ThemeProvider } from 'styled-components';
3
2
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
4
3
  import Lottie from 'lottie-react';
@@ -10,6 +9,113 @@ import NukaCarousel from 'nuka-carousel';
10
9
  import PropTypes from 'prop-types';
11
10
  import smoothscroll from 'smoothscroll-polyfill';
12
11
 
12
+ /*! *****************************************************************************
13
+ Copyright (c) Microsoft Corporation.
14
+
15
+ Permission to use, copy, modify, and/or distribute this software for any
16
+ purpose with or without fee is hereby granted.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
19
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
21
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
22
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
23
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
24
+ PERFORMANCE OF THIS SOFTWARE.
25
+ ***************************************************************************** */
26
+ /* global Reflect, Promise */
27
+
28
+ var extendStatics = function(d, b) {
29
+ extendStatics = Object.setPrototypeOf ||
30
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
31
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
32
+ return extendStatics(d, b);
33
+ };
34
+
35
+ function __extends(d, b) {
36
+ if (typeof b !== "function" && b !== null)
37
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
38
+ extendStatics(d, b);
39
+ function __() { this.constructor = d; }
40
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
41
+ }
42
+
43
+ var __assign$a = function() {
44
+ __assign$a = Object.assign || function __assign(t) {
45
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
46
+ s = arguments[i];
47
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
48
+ }
49
+ return t;
50
+ };
51
+ return __assign$a.apply(this, arguments);
52
+ };
53
+
54
+ function __rest$5(s, e) {
55
+ var t = {};
56
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
57
+ t[p] = s[p];
58
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
59
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
60
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
61
+ t[p[i]] = s[p[i]];
62
+ }
63
+ return t;
64
+ }
65
+
66
+ function __awaiter(thisArg, _arguments, P, generator) {
67
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
68
+ return new (P || (P = Promise))(function (resolve, reject) {
69
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
70
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
71
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
72
+ step((generator = generator.apply(thisArg, [])).next());
73
+ });
74
+ }
75
+
76
+ function __generator(thisArg, body) {
77
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
78
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
79
+ function verb(n) { return function (v) { return step([n, v]); }; }
80
+ function step(op) {
81
+ if (f) throw new TypeError("Generator is already executing.");
82
+ while (_) try {
83
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
84
+ if (y = 0, t) op = [op[0] & 2, t.value];
85
+ switch (op[0]) {
86
+ case 0: case 1: t = op; break;
87
+ case 4: _.label++; return { value: op[1], done: false };
88
+ case 5: _.label++; y = op[1]; op = [0]; continue;
89
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
90
+ default:
91
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
92
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
93
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
94
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
95
+ if (t[2]) _.ops.pop();
96
+ _.trys.pop(); continue;
97
+ }
98
+ op = body.call(thisArg, _);
99
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
100
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
101
+ }
102
+ }
103
+
104
+ function __spreadArray$2(to, from, pack) {
105
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
106
+ if (ar || !(i in from)) {
107
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
108
+ ar[i] = from[i];
109
+ }
110
+ }
111
+ return to.concat(ar || Array.prototype.slice.call(from));
112
+ }
113
+
114
+ function __makeTemplateObject(cooked, raw) {
115
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
116
+ return cooked;
117
+ }
118
+
13
119
  var blue500$1 = "#455EEF";
14
120
  var blue700$1 = "#0040bb";
15
121
  var blue300$1 = "#838bff";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.esm.js",
package/release-note.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.4.7]
2
+ ## [v2.4.8]
3
3
  ## release|https://design.storybook.publ.biz/
4
4
 
5
5
  ### bundle
package/rollup.config.mjs CHANGED
@@ -20,7 +20,6 @@ export default {
20
20
  external: [
21
21
  'react',
22
22
  'react-dom',
23
- 'tslib',
24
23
  'react/jsx-runtime',
25
24
  'smoothscroll-polyfill',
26
25
  'styled-components',