@pinuts/bsr-uikit-relaunch 0.0.18 → 0.0.21

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.
@@ -1,5 +1,3 @@
1
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2
-
3
1
  /** @license React v16.13.1
4
2
  * react-is.production.min.js
5
3
  *
@@ -8,9 +6,3 @@
8
6
  * This source code is licensed under the MIT license found in the
9
7
  * LICENSE file in the root directory of this source tree.
10
8
  */
11
-
12
- /** @license react-json-editor-ajrm v2.5.14
13
- *
14
- * This source code is licensed under the MIT license found in the
15
- * LICENSE file in the root directory of this source tree.
16
- */
@@ -1 +1 @@
1
- {"version":3,"file":"copyToClipboard.d.ts","sourceRoot":"","sources":["../../src/utils/copyToClipboard.js"],"names":[],"mappings":";AACA,gEAuBC"}
1
+ {"version":3,"file":"copyToClipboard.d.ts","sourceRoot":"","sources":["../../src/utils/copyToClipboard.js"],"names":[],"mappings":";AACA,gEA2BC"}
@@ -11,6 +11,9 @@ var copyToClipboard = function copyToClipboard(textToCopy) {
11
11
  // navigator clipboard api method'
12
12
  return navigator.clipboard.writeText(textToCopy);
13
13
  }
14
+ if (typeof document === 'undefined' || typeof document.createElement !== 'function') {
15
+ return Promise.reject();
16
+ }
14
17
 
15
18
  // text area method
16
19
  var textArea = document.createElement('textarea');
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinuts/form-builder",
3
- "version": "0.8.12",
3
+ "version": "0.8.16",
4
4
  "description": "Dynamic Form Builder",
5
5
  "main": "dist/index.js",
6
6
  "author": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinuts/bsr-uikit-relaunch",
3
- "version": "0.0.18",
3
+ "version": "0.0.21",
4
4
  "private": false,
5
5
  "description": "BSR UI-KIT Relaunch",
6
6
  "main": "dist/index.js",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@ariakit/react": "^0.4.11",
50
- "@pinuts/form-builder": "0.8.12",
50
+ "@pinuts/form-builder": "0.8.16",
51
51
  "@popperjs/core": "^2.11.7",
52
52
  "bootstrap": "^5.3.2",
53
53
  "dayjs": "^1.11.10",