@papillonarts/library 0.15.0 → 0.17.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/a11y/index.ts"],"names":[],"mappings":"AAKA,wBAAgB,wBAAwB,CAAC,KAAK,KAAA,EAAE,QAAQ,KAAA,EAAE,KAAK,KAAA,QAK9D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/a11y/index.ts"],"names":[],"mappings":"AAGA,wBAAgB,wBAAwB,CAAC,KAAK,KAAA,EAAE,QAAQ,KAAA,EAAE,KAAK,KAAA,QAK9D"}
package/a11y/index.js CHANGED
@@ -7,8 +7,6 @@ exports.checkAccessibilityIssues = checkAccessibilityIssues;
7
7
  // https://github.com/dequelabs/axe-core-npm
8
8
  // https://www.npmjs.com/package/@axe-core/react
9
9
 
10
- /* eslint-disable global-require */
11
-
12
10
  function checkAccessibilityIssues(react, reactDOM, delay) {
13
11
  if (process.env.NODE_ENV !== 'production') {
14
12
  var axe = require('@axe-core/react');
package/array/index.js CHANGED
@@ -45,7 +45,7 @@ function getIndexItemsWithSelected(indexItems, selectedItem) {
45
45
  })) !== null && _indexItems$map !== void 0 ? _indexItems$map : [];
46
46
  }
47
47
  function getRandomItemFromArray(array) {
48
- return array === null || array === void 0 ? void 0 : array[Math.floor(Math.random() * (array === null || array === void 0 ? void 0 : array.length))]; // eslint-disable-line no-unsafe-optional-chaining
48
+ return array === null || array === void 0 ? void 0 : array[Math.floor(Math.random() * (array === null || array === void 0 ? void 0 : array.length))];
49
49
  }
50
50
  function getRange(_ref) {
51
51
  var range = _ref.range,
package/auth/index.js CHANGED
@@ -26,7 +26,7 @@ function _isUserAuthenticatedPapillonArtsOrganizationMember() {
26
26
  case 0:
27
27
  collectedAccessToken = personalAccessToken;
28
28
  if (!collectedAccessToken) {
29
- collectedAccessToken = window.prompt('Please authenticate with your personal token'); // eslint-disable-line
29
+ collectedAccessToken = window.prompt('Please authenticate with your personal token');
30
30
  }
31
31
  if (collectedAccessToken) {
32
32
  _context.next = 1;
package/event/index.js CHANGED
@@ -13,7 +13,7 @@ function throttle(fn) {
13
13
  return;
14
14
  }
15
15
  lastCall = now;
16
- return fn.apply(void 0, arguments); // eslint-disable-line
16
+ return fn.apply(void 0, arguments);
17
17
  };
18
18
  return throttleExec;
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papillonarts/library",
3
- "version": "0.15.0",
3
+ "version": "0.17.0",
4
4
  "description": "Papillon Arts Library",
5
5
  "homepage": "https://github.com/papillonarts/papillonarts/tree/master/packages/library",
6
6
  "repository": {
@@ -38,5 +38,5 @@
38
38
  "build-acceptance": "npm run build",
39
39
  "build-release": "npm run build"
40
40
  },
41
- "gitHead": "291d2e4d18ff4a9d17382920abc5cd3824911206"
41
+ "gitHead": "b9680d2fc5396c1c57d726ebd508fc1bf39e61e0"
42
42
  }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../src/array/__tests__/index.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../src/boolean/__tests__/index.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../src/browser/__tests__/index.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../src/pagination/__tests__/index.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../src/sort/__tests__/index.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../../src/store/mock/__tests__/index.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../src/string/__tests__/index.test.ts"],"names":[],"mappings":""}